Browse Source

数据大盘

洪海涛 4 years ago
parent
commit
0addda5127
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/dataBigManage/components/drawerModal/drawerModalData.js

+ 4 - 4
src/views/dataBigManage/components/drawerModal/drawerModalData.js

@@ -105,26 +105,26 @@ export const columns = {
     {
       label: '模块名',
       key: 'serviceName',
-      // minWidth: 200,
+      minWidth: 200,
       align: 'left',
       type: 'link'
     },
     {
       label: '发起人',
       key: 'creator',
-      // minWidth: 100,
+      minWidth: 100,
       align: 'left'
     },
     {
       label: '状态',
       key: 'statusMsg',
-      // minWidth: 90,
+      minWidth: 90,
       align: 'left'
     },
     {
       label: '时间',
       key: 'deployStartTs',
-      minWidth: 290,
+      minWidth: 190,
       align: 'left',
       type: 'slot',
       slotName: 'deployStartTsSlot'