소스 검색

reactor:延期列表和延期待审批表格重构完成;

zhangchong 5 달 전
부모
커밋
b06f2de09a
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 0
      src/views/business/delay/index.vue
  2. 1 1
      src/views/business/order/index.vue

+ 2 - 0
src/views/business/delay/index.vue

@@ -69,6 +69,8 @@
 						checkMethod({ column }) {
 							if (['YiBin'].includes(themeConfig.appScope)) {
 								return !['automaticDelayNum'].includes(column.field);
+							}else{
+								return ![''].includes(column.field);
 							}
 						},
 					}"

+ 1 - 1
src/views/business/order/index.vue

@@ -359,7 +359,7 @@
 					:custom-config="{
 						storage: true,
 						checkMethod({ column }) {
-							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);