Просмотр исходного кода

体系运行记录盒自适应字段设置最小宽度

cfort 2 лет назад
Родитель
Сommit
03e6d6497c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/platform/bpmn/bpmInstHis/list.vue

+ 2 - 2
src/views/platform/bpmn/bpmInstHis/list.vue

@@ -237,8 +237,8 @@
                         // { prop: 'subject', label: '任务标题', link: 'dialog', width: 250 },
                         { prop: 'tYear', label: '年份', width: 60 },
                         { prop: 'tDept', label: '部门', width: 90 },
-                        { prop: 'procDefName', label: '表单名称', width: 220 },
-                        { prop: 'subject', label: '事务说明', formatter: this.getDesc },
+                        { prop: 'procDefName', label: '表单名称', sortable: 'custom', width: 220 },
+                        { prop: 'subject', label: '事务说明', formatter: this.getDesc, 'min-width': 300 },
                         { prop: 'tUser', label: '编制人', width: 80 },
                         { prop: 'endTime', label: '完成时间', sortable: 'custom', dateFormat: 'yyyy-MM-dd', width: 90}
                     ],