|
@@ -153,10 +153,10 @@ const props = defineProps({
|
|
|
},
|
|
|
});
|
|
|
const columns = [
|
|
|
- {colKey: 'signDate', title: '日期', width: 120},
|
|
|
- {colKey: 'signInTime', title: '签到', cell: 'signIn'},
|
|
|
- {colKey: 'signOutTime', title: '签退', width: 140, cell: 'signOut'},
|
|
|
- {colKey: 'workHours', title: '工时(小时)', width: 140, cell: 'workHours'},
|
|
|
+ {colKey: 'signDate', title: '日期', width: 100},
|
|
|
+ {colKey: 'signInTime', title: '签到', cell: 'signIn',width: 160},
|
|
|
+ {colKey: 'signOutTime', title: '签退', width: 160, cell: 'signOut'},
|
|
|
+ {colKey: 'workHours', title: '工时(小时)', width: 100, cell: 'workHours'},
|
|
|
];
|
|
|
|
|
|
const params = computed(() => {
|