新增营销系统、分销系统、会员功能、门店、提现功能
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
* @description:index.data
|
||||
* @update: 2023-11-08 11:08
|
||||
* */
|
||||
import { wechatIcon } from "@/utils/images";
|
||||
import { balanceIcon, wechatIcon } from "@/utils/images";
|
||||
import { PayType } from "@/utils/paymentUtils";
|
||||
import { aliIcon } from "@/utils/images";
|
||||
|
||||
@ -16,7 +16,13 @@ export const payRows = [
|
||||
icon: wechatIcon,
|
||||
type: PayType["0"],
|
||||
disabled: false
|
||||
|
||||
},
|
||||
{
|
||||
label: '余额支付',
|
||||
eLabel: 'Balance Pay',
|
||||
icon: balanceIcon,
|
||||
type: PayType["1"],
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
label: '支付宝支付',
|
||||
|
Reference in New Issue
Block a user