guarantee-lsq 11 月之前
父节点
当前提交
a2bbb1f333
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      src/views/workplace/publish/Executed.vue
  2. 2 2
      src/views/workplace/publish/WaitWork.vue

+ 2 - 2
src/views/workplace/publish/Executed.vue

@@ -141,7 +141,7 @@ export default {
         {
         {
           title: '发起时间',
           title: '发起时间',
           checked: true,
           checked: true,
-          width: 140,
+          width: 180,
           dataIndex: 'applyTime',
           dataIndex: 'applyTime',
         },
         },
         {
         {
@@ -154,7 +154,7 @@ export default {
           title: '处理时间',
           title: '处理时间',
           dataIndex: 'handleTime',
           dataIndex: 'handleTime',
           checked: true,
           checked: true,
-          width: 140,
+          width: 180,
         },
         },
         {
         {
           title: '当前处理人',
           title: '当前处理人',

+ 2 - 2
src/views/workplace/publish/WaitWork.vue

@@ -149,7 +149,7 @@ export default {
         {
         {
           title: '发起时间',
           title: '发起时间',
           checked: true,
           checked: true,
-          width: 140,
+          width: 180,
           dataIndex: 'applyTime',
           dataIndex: 'applyTime',
         },
         },
         {
         {
@@ -161,7 +161,7 @@ export default {
         {
         {
           title: '接收时间',
           title: '接收时间',
           checked: true,
           checked: true,
-          width: 140,
+          width: 180,
           dataIndex: 'createdTime',
           dataIndex: 'createdTime',
         },
         },
         {
         {