소스 검색

维修故障分析列表新增一二三中心及集团,前端不允许跳转

duanxiaoduan 1 년 전
부모
커밋
4fd5b5171a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/report/maintenanceFault/index.vue

+ 1 - 1
src/views/report/maintenanceFault/index.vue

@@ -290,7 +290,7 @@ export default {
       this.get_table_data()
     },
     tableCellStyle({ row, column, rowIndex, columnIndex }) {
-      if (row.name !== '现代牧业' && row.typename == null && columnIndex === 1 && this.isPasture == true) {
+      if (row.name !== '现代牧业' && row.name !== '集团' && row.name !== '一中心' &&  row.name !== '二中心' &&  row.name !== '三中心' && row.typename == null && columnIndex === 1 && this.isPasture == true) {
         return {
           textDecoration: 'underline'
         }