fix: 修复订单管理平台类型未显示问题
This commit is contained in:
parent
0877533632
commit
79fde1c683
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Reference in New Issue