qinzhipeng_v@didiglobal.com 4 年之前
父節點
當前提交
955c9afc6b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/monthlyReport/childrenPage/editReport/components/MrTable.vue

+ 1 - 1
src/views/monthlyReport/childrenPage/editReport/components/MrTable.vue

@@ -403,7 +403,7 @@ export default {
           elm.align = 'center'
         }
       })
-      if (this.pageDate.status > 10&& this.tabsActive.indexOf('本月重点问题') < 0) {
+      if (this.pageDate.status > 10 && this.tabsActive.indexOf('本月重点问题') < 0) {
         newColumns.splice(newColumns.length - 1, 1)
       }
       return newColumns