This commit is contained in:
parent
f012f3b22f
commit
5113164e23
|
|
@ -47,14 +47,14 @@ export default {
|
||||||
f_label: '人员名称',
|
f_label: '人员名称',
|
||||||
f_model: 'userName',
|
f_model: 'userName',
|
||||||
f_type: 'ipt',
|
f_type: 'ipt',
|
||||||
f_width: '200px',
|
f_width: '240px',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
f_label: '打卡时间',
|
f_label: '打卡时间',
|
||||||
f_model: 'time',
|
f_model: 'time',
|
||||||
dateType: ['startTime', 'endTime'],
|
dateType: ['startTime', 'endTime'],
|
||||||
f_type: 'dateRange',
|
f_type: 'dateRange',
|
||||||
f_width: '200px',
|
f_width: '240px',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
|
|
|
||||||
|
|
@ -47,14 +47,14 @@ export default {
|
||||||
f_label: '人员名称',
|
f_label: '人员名称',
|
||||||
f_model: 'userName',
|
f_model: 'userName',
|
||||||
f_type: 'ipt',
|
f_type: 'ipt',
|
||||||
f_width: '200px',
|
f_width: '240px',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
f_label: '打卡时间',
|
f_label: '打卡时间',
|
||||||
f_model: 'time',
|
f_model: 'time',
|
||||||
dateType: ['startTime', 'endTime'],
|
dateType: ['startTime', 'endTime'],
|
||||||
f_type: 'dateRange',
|
f_type: 'dateRange',
|
||||||
f_width: '200px',
|
f_width: '240px',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
|
|
|
||||||
|
|
@ -47,14 +47,14 @@ export default {
|
||||||
f_label: '人员名称',
|
f_label: '人员名称',
|
||||||
f_model: 'userName',
|
f_model: 'userName',
|
||||||
f_type: 'ipt',
|
f_type: 'ipt',
|
||||||
f_width: '200px',
|
f_width: '240px',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
f_label: '打卡时间',
|
f_label: '打卡时间',
|
||||||
f_model: 'time',
|
f_model: 'time',
|
||||||
dateType: ['startTime', 'endTime'],
|
dateType: ['startTime', 'endTime'],
|
||||||
f_type: 'dateRange',
|
f_type: 'dateRange',
|
||||||
f_width: '200px',
|
f_width: '240px',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
|
|
|
||||||
|
|
@ -47,14 +47,14 @@ export default {
|
||||||
f_label: '人员名称',
|
f_label: '人员名称',
|
||||||
f_model: 'userName',
|
f_model: 'userName',
|
||||||
f_type: 'ipt',
|
f_type: 'ipt',
|
||||||
f_width: '200px',
|
f_width: '240px',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
f_label: '打卡时间',
|
f_label: '打卡时间',
|
||||||
f_model: 'time',
|
f_model: 'time',
|
||||||
dateType: ['startTime', 'endTime'],
|
dateType: ['startTime', 'endTime'],
|
||||||
f_type: 'dateRange',
|
f_type: 'dateRange',
|
||||||
f_width: '200px',
|
f_width: '240px',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue