diff --git a/src/views/order/index/config/config.ts b/src/views/order/index/config/config.ts index 0a02661..c7f8eec 100644 --- a/src/views/order/index/config/config.ts +++ b/src/views/order/index/config/config.ts @@ -78,6 +78,7 @@ export const options: { [key in optionsType]: options[] } = { { label: '支付宝小程序', value: 'ALI' }, { label: '收银机客户端', value: 'PC' }, { label: '收款码', value: 'H5' }, + { label: 'PAD点餐宝', value: 'PAD' }, ], sendType: [ { label: '快递', value: 'post' },