Merge branch 'dev-1.1.2' of http://120.26.58.240:8888/r/flexJobAdmin into dev-1.1.2
| | |
| | | v-model.trim="form.contact_type" |
| | | :value-enum="EnumWeChatPayApplymentContactTypeText" |
| | | :button-style="false" |
| | | :convertEnumValue="false" |
| | | /> |
| | | </ProFormItemV2> |
| | | <ProFormItemV2 |
| | |
| | | |
| | | const form = reactive({ |
| | | business_code: '', |
| | | contact_type: '' as any as EnumWeChatPayApplymentContactType, |
| | | contact_type: EnumWeChatPayApplymentContactType.LEGAL, |
| | | contact_name: '', |
| | | contact_id_doc_type: '' as any as EnumWeChatPayApplymentIdDocType, |
| | | contact_id_number: '', |
| | |
| | | } |
| | | : {}, |
| | | }, |
| | | css: { |
| | | preprocessorOptions: { |
| | | scss: { api: 'modern-compiler' }, |
| | | }, |
| | | }, |
| | | plugins: getPluginsList(command, { VITE_LEGACY, VITE_COMPRESSION, VITE_AppType }), |
| | | define: { |
| | | __INTLIFY_PROD_DEVTOOLS__: false, |