绿植管理

This commit is contained in:
FLL
2025-07-02 11:02:14 +08:00
parent b6f7558aaa
commit 79fe4c6412
17 changed files with 1031 additions and 133 deletions

View File

@@ -27,33 +27,9 @@ export const querySchema: FormSchemaGetter = () => [
fieldName: 'serveStatus',
label: '预约状态',
},
{
component: 'RangePicker',
componentProps: {
showTime: {
format: 'HH:mm:ss'
},
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
placeholder: ['开始时间', '结束时间']
},
fieldName: 'visitingTimeRange',
label: '拜访时间',
},
{
component: 'DatePicker',
componentProps: {
showTime: true,
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
},
fieldName: 'createTime',
label: '提交时间',
},
];
export const columns: VxeGridProps['columns'] = [
{ type: 'checkbox', width: 60 },
{
title: '序号',
field: 'id',

View File

@@ -27,33 +27,32 @@ export const querySchema: FormSchemaGetter = () => [
fieldName: 'serveStatus',
label: '预约状态',
},
{
component: 'RangePicker',
componentProps: {
showTime: {
format: 'HH:mm:ss'
},
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
placeholder: ['开始时间', '结束时间']
},
fieldName: 'visitingTimeRange',
label: '拜访时间',
},
{
component: 'DatePicker',
componentProps: {
showTime: true,
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
},
fieldName: 'updateTime',
label: '提交时间',
},
// {
// component: 'RangePicker',
// componentProps: {
// showTime: {
// format: 'HH:mm:ss'
// },
// format: 'YYYY-MM-DD HH:mm:ss',
// valueFormat: 'YYYY-MM-DD HH:mm:ss',
// placeholder: ['开始时间', '结束时间']
// },
// fieldName: 'visitingTimeRange',
// label: '拜访时间',
// },
// {
// component: 'DatePicker',
// componentProps: {
// showTime: true,
// format: 'YYYY-MM-DD HH:mm:ss',
// valueFormat: 'YYYY-MM-DD HH:mm:ss',
// },
// fieldName: 'updateTime',
// label: '提交时间',
// },
];
export const columns: VxeGridProps['columns'] = [
{ type: 'checkbox', width: 60 },
{
title: '序号',
field: 'id',