增加时间查询

This commit is contained in:
BianLzhaoMin 2025-12-29 15:09:06 +08:00
parent 08c9d9c625
commit f41cfb415b
4 changed files with 20 additions and 9 deletions

View File

@ -6,11 +6,12 @@ export const formLabel = [
f_model: 'keyWord',
},
{
isShow: false,
f_label: '创建时间',
f_model: 'createTime',
f_type: 'date',
f_width: '180px',
isShow: false, // 是否展示label
f_model: 'time',
f_type: 'dateRange',
dateType: ['startTime', 'endTime'],
f_selList: [],
},
]

View File

@ -5,6 +5,14 @@ export const formLabel = [
f_label: '关键词',
f_model: 'keyWord',
},
{
isShow: false,
f_label: '创建时间',
f_model: 'time',
f_type: 'dateRange',
dateType: ['startTime', 'endTime'],
f_selList: [],
},
]
export const columnsList = [
@ -16,6 +24,7 @@ export const columnsList = [
t_slot: 'count',
},
{ t_slot: 'isEnable', t_label: '状态' },
{ t_props: 'createTime', t_label: '创建时间' },
]
export const dialogConfig = {

View File

@ -44,11 +44,12 @@ export const formLabel = [
],
},
{
isShow: false,
f_label: '创建时间',
f_model: 'createTime',
f_type: 'date',
f_width: '180px',
isShow: false, // 是否展示label
f_model: 'time',
f_type: 'dateRange',
dateType: ['startTime', 'endTime'],
f_selList: [],
},
]

View File

@ -8,7 +8,7 @@ export const formLabel = [
{
isShow: false,
f_label: '创建时间',
f_model: 'createTime',
f_model: 'time',
f_type: 'dateRange',
dateType: ['startTime', 'endTime'],
f_selList: [],