app/views/educode_sales/ideas/index.html.erb in educode_sales-0.9.52 vs app/views/educode_sales/ideas/index.html.erb in educode_sales-0.9.53

- old
+ new

@@ -147,21 +147,21 @@ width: 100, title: '部署模式', }, { field: 'hardware', - width: 100, + width: 150, title: '硬件规模(万)' }, { field: 'project', - width: 100, + width: 150, title: '项目规模(人)' }, { field: 'money', - width: 100, + width: 150, title: '项目预算(万)' }, { field: 'creator', width: 100, @@ -174,9 +174,14 @@ }, { field: 'history_type', width: 150, title: '历史合作' + }, + { + field: 'created_at', + width: 150, + title: '创建时间' }, { field: 'content', width: 200, title: '反馈情况' \ No newline at end of file