yq1 1 year ago
parent
commit
4dacc72085
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/xt_pages/workforce/components/tableData.vue

+ 3 - 1
src/xt_pages/workforce/components/tableData.vue View File

@@ -1463,7 +1463,9 @@ export default {
1463 1463
       if(this.org_id!=10503 && this.org_id!=10447 && this.org_id!=0 && this.org_id !=10471){
1464 1464
         return 'border: 1px solid #707174;border-collapse: collapse;'
1465 1465
       }
1466
-      
1466
+      if(columnIndex!=1&&row.zone_type!=1&&columnIndex!=23&&columnIndex!=0){
1467
+        return 'color:red'
1468
+      }
1467 1469
       
1468 1470
       // 分区蓝线
1469 1471
       // for(let i=0;i<this.subzone.length;i++){