ysh 2 年之前
父节点
当前提交
9ae0221c4f
共有 1 个文件被更改,包括 7 次插入8 次删除
  1. 7 8
      src/views/system/schedulingInformation/ViewClockUserInfo.vue

+ 7 - 8
src/views/system/schedulingInformation/ViewClockUserInfo.vue

@@ -62,7 +62,7 @@
         :dataSource="dataSource"
         :pagination="ipagination"
         :loading="loading"
-        @change="handleTableChange" :scroll="{ x: 1600, y: 550 }">
+        @change="handleTableChange" :scroll="{ x: 1700, y: 550 }">
 
         <span slot="ShiftTime" slot-scope="text, record, index">
            {{record.shiftRealTimeS}} - {{record.shiftRealTimeX}}
@@ -366,12 +366,11 @@
             align: "center",
             dataIndex: 'attendanceCount'
           },  
-          // {
-          //   title: '加班申请',
-          //   align: "center",
-          //   dataIndex: 'demo',
-          //   width: 200
-          // },
+          {
+            title: '请假',
+            align: "center",
+            dataIndex: 'holidayType'
+          },
           {
             title: '加班时间',
             align: "center",
@@ -388,7 +387,7 @@
           },
           {
             title: '操作',
-            dataIndex: 'action',
+            dataIndex: 'action',fixed: 'right', width: 100,
             scopedSlots: {customRender: 'action'},
             align: "center",
             width: 120