This commit is contained in:
BianLzhaoMin 2025-12-29 18:06:44 +08:00
parent f012f3b22f
commit 5113164e23
4 changed files with 8 additions and 8 deletions

View File

@ -47,14 +47,14 @@ export default {
f_label: '人员名称',
f_model: 'userName',
f_type: 'ipt',
f_width: '200px',
f_width: '240px',
},
{
f_label: '打卡时间',
f_model: 'time',
dateType: ['startTime', 'endTime'],
f_type: 'dateRange',
f_width: '200px',
f_width: '240px',
},
],
//

View File

@ -47,14 +47,14 @@ export default {
f_label: '人员名称',
f_model: 'userName',
f_type: 'ipt',
f_width: '200px',
f_width: '240px',
},
{
f_label: '打卡时间',
f_model: 'time',
dateType: ['startTime', 'endTime'],
f_type: 'dateRange',
f_width: '200px',
f_width: '240px',
},
],
//

View File

@ -47,14 +47,14 @@ export default {
f_label: '人员名称',
f_model: 'userName',
f_type: 'ipt',
f_width: '200px',
f_width: '240px',
},
{
f_label: '打卡时间',
f_model: 'time',
dateType: ['startTime', 'endTime'],
f_type: 'dateRange',
f_width: '200px',
f_width: '240px',
},
],
//

View File

@ -47,14 +47,14 @@ export default {
f_label: '人员名称',
f_model: 'userName',
f_type: 'ipt',
f_width: '200px',
f_width: '240px',
},
{
f_label: '打卡时间',
f_model: 'time',
dateType: ['startTime', 'endTime'],
f_type: 'dateRange',
f_width: '200px',
f_width: '240px',
},
],
//