ソースを参照

9月6,排班问题

yq1 2 ヶ月 前
コミット
7b708fe9a7
共有1 個のファイルを変更した5 個の追加5 個の削除を含む
  1. 5 5
      src/xt_pages/workforce/components/editTableData.vue

+ 5 - 5
src/xt_pages/workforce/components/editTableData.vue ファイルの表示

@@ -4199,17 +4199,17 @@ export default {
4199 4199
             }
4200 4200
             return "schedule-table-cell-disable";
4201 4201
           } else {
4202
-            if(row.cut.indexOf('滤')>-1 && columnIndex!=1 &&columnIndex!=23&&columnIndex!=0){
4203
-              return 'thefilter'
4204
-            }
4202
+            
4205 4203
             if (
4206 4204
                 row[column.property].patient_id > 0 &&
4207 4205
                 row[column.property].patient_id == this.patient_id_hover
4208 4206
             ) {
4209 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 4214
         }else{
4215 4215
           // if(column.label == '晚' ){