From 79fde1c6835858921eab5357f2fcd1b998852fb3 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 26 Mar 2025 10:11:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=B9=B3=E5=8F=B0=E7=B1=BB=E5=9E=8B=E6=9C=AA?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/order/index/config/config.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/order/index/config/config.ts b/src/views/order/index/config/config.ts index 538c137..858552d 100644 --- a/src/views/order/index/config/config.ts +++ b/src/views/order/index/config/config.ts @@ -71,8 +71,12 @@ export const options: { [key in optionsType]: options[] } = { status: statusOptions, payType: payTypeOptions, platformType: [ - { label: '微信小程序', value: 'wechat' }, - { label: '网页后台管理端', value: 'WEB' }, + { label: 'PC管理端', value: 'WEB' }, + { label: 'APP管理端', value: 'APP' }, + { label: '支付宝小程序', value: 'ALI' }, + { label: '微信小程序', value: 'WX' }, + { label: '支付宝小程序', value: 'ALI' }, + { label: '收银机客户端', value: 'PC' }, ], sendType: [ { label: '快递', value: 'post' },