对接订单打印小票
This commit is contained in:
@@ -86,27 +86,27 @@ export const useGlobal = defineStore("global", {
|
||||
],
|
||||
payType: [
|
||||
{
|
||||
type: "main-scan",
|
||||
type: "main_scan",
|
||||
label: "主扫",
|
||||
},
|
||||
{
|
||||
type: "back-scan",
|
||||
type: "back_scan",
|
||||
label: "被扫",
|
||||
},
|
||||
{
|
||||
type: "wechat-mini",
|
||||
type: "wechat_mini",
|
||||
label: "微信小程序",
|
||||
},
|
||||
{
|
||||
type: "alipay-mini",
|
||||
type: "alipay_mini",
|
||||
label: "支付宝小程序",
|
||||
},
|
||||
{
|
||||
type: "vip-pay",
|
||||
type: "vip_pay",
|
||||
label: "会员支付",
|
||||
},
|
||||
{
|
||||
type: "cash-pay",
|
||||
type: "cash_pay",
|
||||
label: "现金支付",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user