Browse Source

9月6,排班问题

yq1 2 months ago
parent
commit
7b708fe9a7
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/xt_pages/workforce/components/editTableData.vue

+ 5 - 5
src/xt_pages/workforce/components/editTableData.vue View File

4199
             }
4199
             }
4200
             return "schedule-table-cell-disable";
4200
             return "schedule-table-cell-disable";
4201
           } else {
4201
           } else {
4202
-            if(row.cut.indexOf('滤')>-1 && columnIndex!=1 &&columnIndex!=23&&columnIndex!=0){
4203
-              return 'thefilter'
4204
-            }
4202
+            
4205
             if (
4203
             if (
4206
                 row[column.property].patient_id > 0 &&
4204
                 row[column.property].patient_id > 0 &&
4207
                 row[column.property].patient_id == this.patient_id_hover
4205
                 row[column.property].patient_id == this.patient_id_hover
4208
             ) {
4206
             ) {
4209
               return "hover-td";
4207
               return "hover-td";
4210
-            } else {
4211
-              return "";
4208
+            } 
4209
+            if(row.cut.indexOf('滤')>-1 && columnIndex!=1 &&columnIndex!=23&&columnIndex!=0){
4210
+              return 'thefilter'
4212
             }
4211
             }
4212
+            return 
4213
           }
4213
           }
4214
         }else{
4214
         }else{
4215
           // if(column.label == '晚' ){
4215
           // if(column.label == '晚' ){