Procházet zdrojové kódy

Merge branch 'feature/maintenancefaultanalysis_field' into feature/merge0227

duanxiaoduan před 1 rokem
rodič
revize
e44bf04a79
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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()
       this.get_table_data()
     },
     },
     tableCellStyle({ row, column, rowIndex, columnIndex }) {
     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 {
         return {
           textDecoration: 'underline'
           textDecoration: 'underline'
         }
         }