fix: 修复订单管理平台类型未显示问题
This commit is contained in:
@@ -71,8 +71,12 @@ export const options: { [key in optionsType]: options[] } = {
|
|||||||
status: statusOptions,
|
status: statusOptions,
|
||||||
payType: payTypeOptions,
|
payType: payTypeOptions,
|
||||||
platformType: [
|
platformType: [
|
||||||
{ label: '微信小程序', value: 'wechat' },
|
{ label: 'PC管理端', value: 'WEB' },
|
||||||
{ label: '网页后台管理端', value: 'WEB' },
|
{ label: 'APP管理端', value: 'APP' },
|
||||||
|
{ label: '支付宝小程序', value: 'ALI' },
|
||||||
|
{ label: '微信小程序', value: 'WX' },
|
||||||
|
{ label: '支付宝小程序', value: 'ALI' },
|
||||||
|
{ label: '收银机客户端', value: 'PC' },
|
||||||
],
|
],
|
||||||
sendType: [
|
sendType: [
|
||||||
{ label: '快递', value: 'post' },
|
{ label: '快递', value: 'post' },
|
||||||
|
|||||||
Reference in New Issue
Block a user