feat:
This commit is contained in:
@@ -5,11 +5,11 @@ import { getDictOptions } from '#/utils/dict';
|
|||||||
import { renderDict } from '#/utils/render';
|
import { renderDict } from '#/utils/render';
|
||||||
|
|
||||||
export const querySchema: FormSchemaGetter = () => [
|
export const querySchema: FormSchemaGetter = () => [
|
||||||
{
|
// {
|
||||||
component: 'Input',
|
// component: 'Input',
|
||||||
fieldName: 'roomNumber',
|
// fieldName: 'roomNumber',
|
||||||
label: '房屋',
|
// label: '房屋',
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
component: 'Select',
|
component: 'Select',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
|
Reference in New Issue
Block a user