zs 2 달 전
부모
커밋
086cbeb3b3
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/center/match.vue
  2. 1 1
      src/views/two/add/match.vue

+ 1 - 1
src/views/center/match.vue

@@ -406,7 +406,7 @@ const fourformFields = ref([
     custom: true,
     display: () => investigateForm.value.type == '0' || investigateForm.value.type == '1' || investigateForm.value.type == '2' || investigateForm.value.type == '7' || investigateForm.value.type == '8'
   },
-  { label: '是否必填', model: 'is_must', type: 'radio', display: () => investigateForm.value.type != '7' },
+  { label: '是否必填', model: 'is_must', type: 'radio', display: () => investigateForm.value.type != '8' },
   { label: '备注', model: 'remark', type: 'textarea' }
 ])
 const fourRules = reactive({

+ 1 - 1
src/views/two/add/match.vue

@@ -313,7 +313,7 @@ const fourformFields = ref([
     custom: true,
     display: () => investigateForm.value.type == '0' || investigateForm.value.type == '1' || investigateForm.value.type == '2' || investigateForm.value.type == '7' || investigateForm.value.type == '8'
   },
-  { label: '是否必填', model: 'is_must', type: 'radio', display: () => investigateForm.value.type != '7' },
+  { label: '是否必填', model: 'is_must', type: 'radio', display: () => investigateForm.value.type != '8' },
   { label: '备注', model: 'remark', type: 'textarea' }
 ])
 const fourRules = reactive({