shudonghui 1 år sedan
förälder
incheckning
506f5656a1

+ 4 - 4
src/views/work-hours/work-hours-manage/work-attendance/detail-dialog.vue

@@ -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(() => {