feat: 测试保洁订单

This commit is contained in:
fyy
2025-06-30 17:42:56 +08:00
parent d24d03457a
commit fa3c442545
8 changed files with 165 additions and 61631 deletions

View File

@@ -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',
},
// {