app/views/educode_sales/ideas/index.html.erb in educode_sales-0.9.59 vs app/views/educode_sales/ideas/index.html.erb in educode_sales-0.9.60

- old
+ new

@@ -12,11 +12,11 @@ <div class="layui-input-inline"> <%= select_tag "creator_id", options_for_select(@creator_arr, ""), { include_blank: true } %> </div> </div> <div class="layui-inline"> - <label class="layui-form-label">指派人</label> + <label class="layui-form-label">方案指派人</label> <div class="layui-input-inline"> <%= select_tag "staff_id", options_for_select(@staff_arr, ""), { include_blank: true } %> </div> </div> <div class="layui-inline"> @@ -133,11 +133,11 @@ width: 100, title: '优先级' }, { field: 'staff', - title: '指派人', + title: '方案指派人', width: 100 }, { field: 'status', width: 100, @@ -159,10 +159,10 @@ title: '硬件规模(万)' }, { field: 'project', width: 150, - title: '项目规模(人)' + title: '并发规模(人)' }, { field: 'money', width: 150, title: '项目预算(万)' \ No newline at end of file