qinzhipeng_v@didiglobal.com před 4 roky
rodič
revize
cde1faee64

+ 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],