qinzhipeng_v@didiglobal.com 4 gadi atpakaļ
vecāks
revīzija
afae431181

+ 2 - 2
src/views/projectManage/requirement/components/ganntViews.vue

@@ -69,8 +69,8 @@ export default {
         taskName: item.name,
         label: item.name,
         belongModules: item.moduleInfoName || '',
-        devPerson: item.rdObject.name || '',
-        testPerson: item.qaObject.name || '',
+        // devPerson: item.rdObject.name || '',
+        // testPerson: item.qaObject.name || '',
         description: data + '个排期',
         startDate: item.optionsObject.startTime ? moment(item.optionsObject.startTime).format('YYYY.MM.DD') : '',
         endDate: item.optionsObject.endTime ? moment(item.optionsObject.endTime).format('YYYY.MM.DD') : '',

+ 6 - 36
src/views/projectManage/requirement/gannttOptions/requireGannt.js

@@ -36,12 +36,14 @@ const options = {
         width: 150,
         style: {
           'task-list-header-label': {
-            'text-align': 'center',
+            'text-align': 'left',
             width: '100%'
           },
           'task-list-item-value-container': {
-            'text-align': 'center',
+            'text-align': 'left',
+            'font-weight': '500',
             width: '100%'
+
           }
         }
       },
@@ -61,38 +63,6 @@ const options = {
           }
         }
       },
-      {
-        id: 3,
-        label: '开发负责人',
-        value: 'devPerson',
-        width: 80,
-        style: {
-          'task-list-header-label': {
-            'text-align': 'center',
-            width: '100%'
-          },
-          'task-list-item-value-container': {
-            'text-align': 'center',
-            width: '100%'
-          }
-        }
-      },
-      {
-        id: 4,
-        label: '测试负责人',
-        value: 'testPerson',
-        width: 80,
-        style: {
-          'task-list-header-label': {
-            'text-align': 'center',
-            width: '100%'
-          },
-          'task-list-item-value-container': {
-            'text-align': 'center',
-            width: '100%'
-          }
-        }
-      },
       {
         id: 5,
         label: '排期类型及描述',
@@ -101,11 +71,11 @@ const options = {
         expander: true,
         style: {
           'task-list-header-label': {
-            'text-align': 'center',
+            'text-align': 'left',
             width: '100%'
           },
           'task-list-item-value-container': {
-            'text-align': 'center',
+            'text-align': 'left',
             width: '100%'
           }
         }