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

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

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