Commit 65197ed5 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改字段名

parent d2523523
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-06-22 14:37:24
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-03 18:20:47
* @LastEditTime: 2021-08-04 09:45:45
* @Description:
*/
import { ISchema } from '@formily/antd';
......@@ -44,7 +44,7 @@ export const querySchema: ISchema = {
},
},
},
'[releaseTimeStart, releaseTimeStart]': {
'[releaseTimeStart, releaseTimeEnd]': {
type: 'string',
'x-component': 'RangePicker',
'x-component-props': {
......@@ -52,7 +52,7 @@ export const querySchema: ISchema = {
showTime: true,
},
},
'[effectiveTimeStart, effectiveTimeStart]': {
'[effectiveTimeStart, effectiveTimeEnd]': {
type: 'string',
'x-component': 'RangePicker',
'x-component-props': {
......
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