|
@@ -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 == '晚' ){
|