Bladeren bron

考勤提交页面小改动

刘洋 1 jaar geleden
bovenliggende
commit
c06036ea22

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

@@ -41,7 +41,7 @@
               </t-col>
               <t-col :span="3">
                 <t-form-item label="有效出勤"
-                  >{{ row.actualDays }}
+                  >{{ row.actualDays }}
                 </t-form-item>
               </t-col>
               <t-col :span="3">
@@ -86,7 +86,7 @@
           <template #icon>
             <svg-icon name="anomalies" color="#F53F3F" />
           </template>
-          异常共计&nbsp;&nbsp;&nbsp;&nbsp;{{ row.exceptionCount }}天
+          异常共计&nbsp;&nbsp;&nbsp;&nbsp;{{ row.dingExceptionCount }}次
         </t-button>
       </div>
       <t-table

+ 6 - 6
src/views/work-hours/work-hours-manage/work-attendance/index.vue

@@ -354,8 +354,8 @@ const columns = [
     width: 50,
     fixed: 'left',
   },
-  { colKey: 'serviceUnitName', title: '服务单元', width: 160 },
-  { colKey: 'sopNo', title: 'SOP流水号', width: 200 },
+  { colKey: 'serviceUnitName', title: '服务单元', width: 160, fixed: 'left' },
+  { colKey: 'sopNo', title: 'SOP流水号', width: 200, fixed: 'left' },
   { colKey: 'customName', title: '客户名称', width: 120 },
   { colKey: 'province', title: '省份', width: 120 },
   { colKey: 'city', title: '城市', width: 120 },
@@ -377,11 +377,11 @@ const columns = [
   { colKey: 'weekdays', title: '工作日(天)', width: 130 },
   { colKey: 'weekends', title: '周末(天)', width: 120 },
   { colKey: 'legalHolidays', title: '法定节假日(天)', width: 160 },
-  { colKey: 'workHours', title: '累计工时(小时)', width: 140 },
+  { colKey: 'workHours', title: '累计工时(小时)', width: 160 },
   { colKey: 'violationDays', title: '违规工时(天)', width: 140 },
-  { colKey: 'dingExceptionCount', title: '考勤异常数()', width: 150 },
-  { colKey: 'remainCount', title: '剩余补卡次数', width: 120 },
-  { colKey: 'exceptionCount', title: '待处理异常数', width: 120 },
+  { colKey: 'dingExceptionCount', title: '考勤异常数()', width: 150 },
+  { colKey: 'remainCount', title: '剩余补卡次数(次)', width: 160 },
+  { colKey: 'exceptionCount', title: '待处理异常数(次)', width: 160 },
   { colKey: 'submitStatus', title: '提交状态', cell: 'status', width: 120 },
   { colKey: 'submitUserName', title: '提交人', width: 120 },
   {