Commit 9560356a authored by Bill's avatar Bill

fix: 优惠券结算管理状态搜索修改

parent ad268f4a
......@@ -66,7 +66,7 @@ export const schema: ISchema = {
status: {
type: 'string',
enum: [
// { label: '结算状态(所有)', value: 0 },
{ label: '所有', value: 0 },
{ label: '待对账', value: 1 },
{ label: '待付款', value: 2 },
{ label: '待收款', value: 3 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment