| | |
| | | :convertEnumValue="false" |
| | | /> |
| | | </ProFormItemV2> |
| | | <ProFormItemV2 |
| | | label="保险通道:" |
| | | prop="field1" |
| | | v-if="category?.data?.code === CategoryCode.InsuranceCompany" |
| | | :check-rules="[{ message: '请选择保险通道' }]" |
| | | > |
| | | <ProFormSelect |
| | | v-model="form.field1" |
| | | :value-enum="EnumInsuranceSupplierAccessText" |
| | | :convertEnumValue="false" |
| | | /> |
| | | </ProFormItemV2> |
| | | <template |
| | | v-if=" |
| | | category?.data?.code === CategoryCode.InsuranceType || |
| | |
| | | ProFormImageUpload, |
| | | } from '@bole-core/components'; |
| | | import { useDictionaryDataSelect, useGetDictionaryCategorySelect } from '@/hooks'; |
| | | import { CategoryCode } from '@/constants'; |
| | | import { CategoryCode, EnumInsuranceSupplierAccessText } from '@/constants'; |
| | | |
| | | defineOptions({ |
| | | name: 'AddOrEditDictionaryDialog', |