Commit c05c16f9 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改起始结束时间可以单独选择一个

parent f5316a2b
......@@ -51,7 +51,7 @@ export const querySchema: ISchema = {
'x-component': 'RangePicker',
'x-component-props': {
placeholder: ['领(发)劵起始时间', '领(发)劵截止时间'],
showTime: true,
allowEmpty: [true, true],
},
},
memberId: {
......
......@@ -49,7 +49,7 @@ export const querySchema: ISchema = {
'x-component': 'RangePicker',
'x-component-props': {
placeholder: ['领(发)劵起始时间', '领(发)劵截止时间'],
showTime: true,
allowEmpty: [true, true],
},
},
'[effectiveTimeStart, effectiveTimeEnd]': {
......
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