feat: 更新支付渠道表单组件,新增支付宝、微信、钱包和模拟渠道配置,重命名相关模块,优化订单详情展示
							parent
							
								
									3be7961de5
								
							
						
					
					
						commit
						0b9c16a023
					
				|  | @ -26,7 +26,7 @@ | ||||||
|     "#/*": "./src/*" |     "#/*": "./src/*" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@ant-design/icons-vue": "^7.0.1", |     "@ant-design/icons-vue": "catalog:", | ||||||
|     "@form-create/ant-design-vue": "catalog:", |     "@form-create/ant-design-vue": "catalog:", | ||||||
|     "@form-create/antd-designer": "catalog:", |     "@form-create/antd-designer": "catalog:", | ||||||
|     "@tinymce/tinymce-vue": "catalog:", |     "@tinymce/tinymce-vue": "catalog:", | ||||||
|  |  | ||||||
|  | @ -18,10 +18,10 @@ import { PayChannelEnum } from '#/utils/constants'; | ||||||
| 
 | 
 | ||||||
| import { columns, querySchema } from './data'; | import { columns, querySchema } from './data'; | ||||||
| import appFrom from './modules/app-form.vue'; | import appFrom from './modules/app-form.vue'; | ||||||
| import aliPayFrom from './modules/channel/AlipayChannelForm.vue'; | import aliPayFrom from './modules/channel/alipay-channel-form.vue'; | ||||||
| import mockFrom from './modules/channel/MockChannelForm.vue'; | import mockFrom from './modules/channel/mock-channel-form.vue'; | ||||||
| import walletFrom from './modules/channel/WalletChannelForm.vue'; | import walletFrom from './modules/channel/wallet-channel-form.vue'; | ||||||
| import weixinFrom from './modules/channel/WeixinChannelForm.vue'; | import weixinFrom from './modules/channel/weixin-channel-form.vue'; | ||||||
| 
 | 
 | ||||||
| const formOptions: VbenFormProps = { | const formOptions: VbenFormProps = { | ||||||
|   commonConfig: { |   commonConfig: { | ||||||
|  |  | ||||||
|  | @ -12,7 +12,7 @@ import * as OrderApi from '#/api/pay/order'; | ||||||
| import { DocAlert } from '#/components/doc-alert'; | import { DocAlert } from '#/components/doc-alert'; | ||||||
| 
 | 
 | ||||||
| import { columns, querySchema } from './data'; | import { columns, querySchema } from './data'; | ||||||
| import detailFrom from './modules/OrderDetail.vue'; | import detailFrom from './modules/order-detail.vue'; | ||||||
| 
 | 
 | ||||||
| const formOptions: VbenFormProps = { | const formOptions: VbenFormProps = { | ||||||
|   commonConfig: { |   commonConfig: { | ||||||
|  |  | ||||||
|  | @ -6,6 +6,9 @@ settings: | ||||||
| 
 | 
 | ||||||
| catalogs: | catalogs: | ||||||
|   default: |   default: | ||||||
|  |     '@ant-design/icons-vue': | ||||||
|  |       specifier: ^7.0.1 | ||||||
|  |       version: 7.0.1 | ||||||
|     '@changesets/changelog-github': |     '@changesets/changelog-github': | ||||||
|       specifier: ^0.5.1 |       specifier: ^0.5.1 | ||||||
|       version: 0.5.1 |       version: 0.5.1 | ||||||
|  | @ -678,7 +681,7 @@ importers: | ||||||
|   apps/web-antd: |   apps/web-antd: | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@ant-design/icons-vue': |       '@ant-design/icons-vue': | ||||||
|         specifier: ^7.0.1 |         specifier: 'catalog:' | ||||||
|         version: 7.0.1(vue@3.5.13(typescript@5.8.3)) |         version: 7.0.1(vue@3.5.13(typescript@5.8.3)) | ||||||
|       '@form-create/ant-design-vue': |       '@form-create/ant-design-vue': | ||||||
|         specifier: 'catalog:' |         specifier: 'catalog:' | ||||||
|  |  | ||||||
|  | @ -40,6 +40,7 @@ catalog: | ||||||
|   '@tanstack/vue-store': ^0.7.0 |   '@tanstack/vue-store': ^0.7.0 | ||||||
|   '@tinymce/tinymce-vue': ^6.1.0 |   '@tinymce/tinymce-vue': ^6.1.0 | ||||||
|   '@form-create/ant-design-vue': ^3.2.22 |   '@form-create/ant-design-vue': ^3.2.22 | ||||||
|  |   '@ant-design/icons-vue': ^7.0.1 | ||||||
|   '@form-create/antd-designer': ^3.2.11 |   '@form-create/antd-designer': ^3.2.11 | ||||||
|   '@types/archiver': ^6.0.3 |   '@types/archiver': ^6.0.3 | ||||||
|   '@types/eslint': ^9.6.1 |   '@types/eslint': ^9.6.1 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 痴货
						痴货