Browse Source

优化甘特图

qinzhipeng_v@didiglobal.com 4 years ago
parent
commit
cde1faee64
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/projectManage/requirement/components/ganntViews.vue

+ 0 - 1
src/views/projectManage/requirement/components/ganntViews.vue

@@ -93,7 +93,6 @@ export default {
         for (const vel in arr) {
           const ds = {
             id: arr[vel].id,
-            label: arr[vel].desc ? arr[vel].name + '-' + arr[vel].desc : arr[vel].name,
             description: arr[vel].desc ? arr[vel].name + '-' + arr[vel].desc : arr[vel].name,
             startDate: arr[vel].dayList[0],
             endDate: arr[vel].dayList[arr[vel].dayList.length - 1],