|
@@ -406,7 +406,7 @@ const fourformFields = ref([
|
|
custom: true,
|
|
custom: true,
|
|
display: () => investigateForm.value.type == '0' || investigateForm.value.type == '1' || investigateForm.value.type == '2' || investigateForm.value.type == '7' || investigateForm.value.type == '8'
|
|
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' }
|
|
{ label: '备注', model: 'remark', type: 'textarea' }
|
|
])
|
|
])
|
|
const fourRules = reactive({
|
|
const fourRules = reactive({
|