|
@@ -356,7 +356,16 @@
|
|
|
:print-config="{}"
|
|
|
:scrollY="{ enabled: true, gt: 0 }"
|
|
|
id="businessOrder"
|
|
|
- :custom-config="{ storage: true }"
|
|
|
+ :custom-config="{
|
|
|
+ storage: true,
|
|
|
+ checkMethod({ column }) {
|
|
|
+ if (['ZiGong'].includes(themeConfig.appScope)) {
|
|
|
+ return !['focusOnEventsName'].includes(column.field);
|
|
|
+ } else if (['YiBin'].includes(themeConfig.appScope)) {
|
|
|
+ return !['orderTag', 'orgLevelTwoName', 'allDurationHour', 'seatEvaluateTxt', 'orgEvaluateValue'].includes(column.field);
|
|
|
+ }
|
|
|
+ },
|
|
|
+ }"
|
|
|
showHeaderOverflow
|
|
|
:params="{ exportMethod: exportOrder, exportParams: requestParams }"
|
|
|
>
|