Lijy 1 주 전
부모
커밋
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>