zhangwencui
2 天以前 5081370f2910aa15c2bc5d16c20d96514583345a
打卡时间数据源切换
已修改2个文件
4 ■■■■ 文件已修改
src/pages/humanResources/attendance/checkin.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/message.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/humanResources/attendance/checkin.vue
@@ -14,7 +14,7 @@
          <u-icon name="calendar"
                  color="#348fe2"
                  size="16"></u-icon>
          <text class="shift-text">白班: {{ workTimeDict.startAt }}-{{ workTimeDict.endAt }}</text>
          <text class="shift-text">白班: {{ todayRecord.startAt }}-{{ todayRecord.endAt }}</text>
        </view>
      </view>
      <!-- 打卡按钮 -->
src/pages/message.vue
@@ -103,7 +103,7 @@
  const goToDetail = item => {
    confirmMessage(item.noticeId, 1).then(res => {
      if (res.code === 200) {
        uni.showToast({ title: "确认成功", icon: "success" });
        // uni.showToast({ title: "确认成功", icon: "success" });
        loadMessages(false);
        if (item.appJumpPath) {
          if (item.appJumpPath.indexOf("/") === 0) {