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({