Commit 9418cd57 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改请求参数

parent a35473d9
...@@ -38,7 +38,7 @@ export const listSearchSchema: ISchema = { ...@@ -38,7 +38,7 @@ export const listSearchSchema: ISchema = {
columns: 6, columns: 6,
}, },
properties: { properties: {
orderThe: { digest: {
type: 'string', type: 'string',
'x-component-props': { 'x-component-props': {
placeholder: '订单摘要', placeholder: '订单摘要',
...@@ -53,7 +53,7 @@ export const listSearchSchema: ISchema = { ...@@ -53,7 +53,7 @@ export const listSearchSchema: ISchema = {
allowClear: true, allowClear: true,
}, },
}, },
'[startCreateTime, endCreateTime]': { '[createTimeStart, createTimeEnd]': {
type: 'string', type: 'string',
default: '', default: '',
'x-component': 'dateSelect', 'x-component': 'dateSelect',
......
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