shudonghui 1 年之前
父節點
當前提交
506f5656a1
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/work-hours/work-hours-manage/work-attendance/detail-dialog.vue

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