Lijy 6 天之前
父節點
當前提交
9906b9dc0d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/workReport/dailyReportReview.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/workReport/dailyReportReview.vue

@@ -244,7 +244,7 @@
                             <span v-if="!scope.row.cardHours">-</span>
                         </span>
                         <div style="padding-left: 10px" v-if="user.dingdingUserid">
-                            <el-button type="primary" size="mini" @click="refreshAttendance(scope.row)" :loading="refreshAttendanceLoading">刷新考勤</el-button>
+                            <el-button size="mini" icon="el-icon-refresh" @click="refreshAttendance(scope.row)" :loading="refreshAttendanceLoading"></el-button>
                         </div>
                     </div>
                   </template>