洪海涛 4 jaren geleden
bovenliggende
commit
ccfeb8d54f
1 gewijzigde bestanden met toevoegingen van 21 en 21 verwijderingen
  1. 21 21
      src/views/dataBigManage/components/drawerModal/drawerModalData.js

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

@@ -4,14 +4,14 @@ export const columns = {
     {
       label: '缺陷等级',
       key: 'priorityName',
-      minWidth: 90,
+      minWidth: 100,
       align: 'left',
       type: 'level'
     },
     {
       label: '缺陷名称',
       key: 'bugName',
-      minWidth: 360,
+      // minWidth: 360,
       align: 'left',
       type: 'topTitle',
       topName: 'BUG',
@@ -29,14 +29,14 @@ export const columns = {
     {
       label: '级别',
       key: 'level',
-      minWidth: 40,
+      minWidth: 90,
       align: 'left',
       type: 'level'
     },
     {
       label: '问题名称',
       key: 'title',
-      minWidth: 250,
+      minWidth: 200,
       type: 'link',
       align: 'left'
     },
@@ -56,7 +56,7 @@ export const columns = {
       label: '发生时间',
       key: 'gmtCreate',
       type: 'slot',
-      minWidth: 100,
+      minWidth: 150,
       align: 'center',
       slotName: 'gmtCreateSlot'
     }
@@ -170,14 +170,14 @@ export const columns = {
       {
         label: '优先级',
         key: 'priorityStr',
-        minWidth: 90,
+        minWidth: 50,
         type: 'level',
         align: 'left'
       },
       {
         label: '需求名称',
         key: 'name',
-        minWidth: 300,
+        minWidth: 200,
         align: 'left',
         type: 'topTitle',
         topName: 'REQUIREMENT',
@@ -186,14 +186,14 @@ export const columns = {
       {
         label: '需求交付周期',
         key: 'title',
-        minWidth: 90,
+        minWidth: 100,
         // tips: '需求从开始到交付(已上线取实际上线时间,未上线取排期交付时间)的总周期 / 参与计算的需求总量',
         align: 'center'
       },
       {
         label: '状态',
         key: 'statusStr',
-        minWidth: 90,
+        minWidth: 100,
         align: 'center'
       }
     ],
@@ -201,28 +201,28 @@ export const columns = {
       {
         label: '需求交付周期',
         key: 'title',
-        minWidth: 90,
+        minWidth: 100,
         tips: '需求从开始到交付(已上线取实际上线时间,未上线取排期交付时间)的总周期 / 参与计算的需求总量',
         align: 'left'
       },
       {
         label: '产品周期',
         key: 'title',
-        minWidth: 90,
+        minWidth: 100,
         tips: '计算范围内需求,需求从BRD评审通过到技术准入的总周期 / 参与计算的需求总量',
         align: 'left'
       },
       {
         label: '研发周期',
         key: 'title',
-        minWidth: 90,
+        minWidth: 100,
         tips: '计算范围内需求, 需求排期里开发、联调、提测、上线类型排期的总周期/ 参与计算的需求总量',
         align: 'left'
       },
       {
         label: '测试周期',
         key: 'title',
-        minWidth: 90,
+        minWidth: 100,
         tips: '计算范围内需求,需求排期里用例、测试、准出、上线类型排期的总周期 / 参与计算的需求总量',
         align: 'left'
       }
@@ -232,14 +232,14 @@ export const columns = {
       {
         label: '优先级',
         key: 'priorityStr',
-        minWidth: 90,
+        minWidth: 50,
         type: 'level',
         align: 'left'
       },
       {
         label: '任务名称',
         key: 'name',
-        minWidth: 300,
+        minWidth: 200,
         align: 'left',
         type: 'topTitle',
         topName: 'TASK',
@@ -287,14 +287,14 @@ export const columns = {
       {
         label: '优先级',
         key: 'priorityStr',
-        minWidth: 90,
+        minWidth: 50,
         type: 'level',
         align: 'left'
       },
       {
         label: '需求名称',
         key: 'name',
-        minWidth: 300,
+        minWidth: 200,
         align: 'left',
         type: 'topTitle',
         topName: 'REQUIREMENT',
@@ -349,14 +349,14 @@ export const columns = {
       {
         label: '缺陷等级',
         key: 'priorityStr',
-        minWidth: 90,
+        minWidth: 50,
         type: 'level',
         align: 'left'
       },
       {
         label: '缺陷名称',
         key: 'name',
-        minWidth: 300,
+        minWidth: 200,
         align: 'left',
         type: 'topTitle',
         topName: 'BUG',
@@ -381,7 +381,7 @@ export const columns = {
       {
         label: '优先级',
         key: 'priorityStr',
-        minWidth: 90,
+        minWidth: 50,
         type: 'level',
         align: 'left'
       },
@@ -420,7 +420,7 @@ export const columns = {
       {
         label: '优先级',
         key: 'priorityStr',
-        minWidth: 90,
+        minWidth: 50,
         type: 'level',
         align: 'left'
       },