Commit 4e115eb6 authored by XieZhiXiong's avatar XieZhiXiong

chore: 去掉时分秒

parent d2d60411
......@@ -60,7 +60,6 @@ const schema: ISchema = {
'x-component': 'RangePicker',
'x-component-props': {
placeholder: ['劵有效期起始时间', '劵有效期截止时间'],
showTime: true,
},
},
type: {
......
......@@ -57,7 +57,6 @@ export const querySchema: ISchema = {
'x-component': 'RangePicker',
'x-component-props': {
placeholder: ['劵有效期起始时间', '劵有效期截止时间'],
showTime: true,
},
},
type: {
......
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-06-23 17:41:57
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-06-23 17:41:58
* @LastEditTime: 2021-11-01 14:59:45
* @Description:
*/
import { ISchema } from '@formily/antd';
......@@ -57,7 +57,6 @@ export const querySchema: ISchema = {
'x-component': 'RangePicker',
'x-component-props': {
placeholder: ['劵有效期起始时间', '劵有效期截止时间'],
showTime: true,
},
},
type: {
......
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