feat: 测试保洁订单
This commit is contained in:
@@ -12,6 +12,13 @@ export const querySchema: FormSchemaGetter = () => [
|
||||
fieldName: 'location',
|
||||
label: '服务地址',
|
||||
},
|
||||
// {
|
||||
// label: '服务地址(房间号)',
|
||||
// component: 'TreeSelect',
|
||||
// defaultValue: undefined,
|
||||
// fieldName: 'location',
|
||||
// rules: 'required',
|
||||
// },
|
||||
// {
|
||||
// label: '服务地址(房间号)',
|
||||
// fieldName: 'location',
|
||||
@@ -161,14 +168,9 @@ export const modalSchema: FormSchemaGetter = () => [
|
||||
},
|
||||
{
|
||||
label: '服务地址(房间号)',
|
||||
component: 'Input',
|
||||
defaultValue: undefined,
|
||||
fieldName: 'location',
|
||||
componentProps: {
|
||||
placeholder: '请选择房间',
|
||||
},
|
||||
slots: {
|
||||
default: 'location',
|
||||
},
|
||||
formItemClass: 'col-span-2',
|
||||
rules: 'required',
|
||||
},
|
||||
// {
|
||||
|
Reference in New Issue
Block a user