提交 8594f9fc 编写于 作者: W weizhiqiang

解决所有任务列表上操作栏不展示的问题

上级 3d1479ba
...@@ -55,7 +55,8 @@ layui.config({ ...@@ -55,7 +55,8 @@ layui.config({
{ field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], rowspan: 2, width: 115 }, { field: 'createTime', title: systemLanguage["com.skyeye.createTime"][languageType], rowspan: 2, width: 115 },
{ field: 'startTime', title: '开始时间', rowspan: 2, width: 80 }, { field: 'startTime', title: '开始时间', rowspan: 2, width: 80 },
{ field: 'startTime', title: '结束时间', rowspan: 2, width: 80 }, { field: 'startTime', title: '结束时间', rowspan: 2, width: 80 },
{ title: '工作量(天)', width: 150, align: 'center', colspan: '2' } { title: '工作量(天)', width: 150, align: 'center', colspan: '2' },
{ title: systemLanguage["com.skyeye.operation"][languageType], align: 'center', width: 100, rowspan: 2, toolbar: '#tableBar' }
], ],
[ [
{ field: 'estimatedWorkload', title: '预估', align: 'center', width: 60}, { field: 'estimatedWorkload', title: '预估', align: 'center', width: 60},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册