feat: 更新支付渠道表单组件,新增支付宝、微信、钱包和模拟渠道配置,重命名相关模块,优化订单详情展示
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
"#/*": "./src/*"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons-vue": "^7.0.1",
|
||||
"@ant-design/icons-vue": "catalog:",
|
||||
"@form-create/ant-design-vue": "catalog:",
|
||||
"@form-create/antd-designer": "catalog:",
|
||||
"@tinymce/tinymce-vue": "catalog:",
|
||||
|
||||
@@ -18,10 +18,10 @@ import { PayChannelEnum } from '#/utils/constants';
|
||||
|
||||
import { columns, querySchema } from './data';
|
||||
import appFrom from './modules/app-form.vue';
|
||||
import aliPayFrom from './modules/channel/AlipayChannelForm.vue';
|
||||
import mockFrom from './modules/channel/MockChannelForm.vue';
|
||||
import walletFrom from './modules/channel/WalletChannelForm.vue';
|
||||
import weixinFrom from './modules/channel/WeixinChannelForm.vue';
|
||||
import aliPayFrom from './modules/channel/alipay-channel-form.vue';
|
||||
import mockFrom from './modules/channel/mock-channel-form.vue';
|
||||
import walletFrom from './modules/channel/wallet-channel-form.vue';
|
||||
import weixinFrom from './modules/channel/weixin-channel-form.vue';
|
||||
|
||||
const formOptions: VbenFormProps = {
|
||||
commonConfig: {
|
||||
|
||||
@@ -12,7 +12,7 @@ import * as OrderApi from '#/api/pay/order';
|
||||
import { DocAlert } from '#/components/doc-alert';
|
||||
|
||||
import { columns, querySchema } from './data';
|
||||
import detailFrom from './modules/OrderDetail.vue';
|
||||
import detailFrom from './modules/order-detail.vue';
|
||||
|
||||
const formOptions: VbenFormProps = {
|
||||
commonConfig: {
|
||||
|
||||
Reference in New Issue
Block a user