@@ -69,6 +69,8 @@
checkMethod({ column }) {
if (['YiBin'].includes(themeConfig.appScope)) {
return !['automaticDelayNum'].includes(column.field);
+ }else{
+ return ![''].includes(column.field);
}
},
}"
@@ -359,7 +359,7 @@
:custom-config="{
storage: true,
- if (['ZiGong'].includes(themeConfig.appScope)) {
+ if (['ZiGong','LuZhou'].includes(themeConfig.appScope)) {
return !['focusOnEventsName'].includes(column.field);
} else if (['YiBin'].includes(themeConfig.appScope)) {
return !['orderTag', 'orgLevelTwoName', 'allDurationHour', 'seatEvaluateTxt', 'orgEvaluateValue'].includes(column.field);