Browse Source

feat:节前发版提测

AlieLee 3 years ago
parent
commit
75995d18de

+ 2 - 2
src/views/demandmanage/Draft.vue

@@ -121,7 +121,7 @@ export default {
         {
           key: 'userName',
           text: '用户名',
-          width: 100
+          width: 130
         },
         {
           key: 'deptName',
@@ -140,7 +140,7 @@ export default {
         {
           key: 'creationTime',
           text: '创建时间',
-          width: 180,
+          width: 190,
           sort: { open: true, event: 'sortHandle' }
         }
       ],

+ 3 - 3
src/views/demandmanage/editor.vue

@@ -111,7 +111,7 @@ export default {
         {
           key: 'userName',
           text: '用户名',
-          width: 100
+          width: 130
         },
         {
           key: 'deptName',
@@ -148,13 +148,13 @@ export default {
         {
           key: 'submitTime',
           text: '提交时间',
-          width: 180,
+          width: 190,
           sort: { open: true, event: 'sortHandle' }
         },
         {
           key: 'answerTime',
           text: '回复时间',
-          width: 180,
+          width: 190,
           sort: { open: true, event: 'sortHandle' }
         },
         {

+ 2 - 2
src/views/demandmanage/user.vue

@@ -181,13 +181,13 @@ export default {
         {
           key: 'submitTime',
           text: '提交时间',
-          width: 180,
+          width: 190,
           sort: { open: true, event: 'sortHandle' }
         },
         {
           key: 'answerTime',
           text: '回复时间',
-          width: 180,
+          width: 190,
           sort: { open: true, event: 'sortHandle' }
         },
         {