CzRger 1 年之前
父节点
当前提交
1416dbb508
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/staging/zby/center/index.vue

+ 3 - 0
src/views/staging/zby/center/index.vue

@@ -167,6 +167,9 @@ export default defineComponent({
       if (!store.state.app.signInfo?.id && ratherTime(store.state.app.timestamp, store.state.app.publicConfig['sign.begin.time'], store.state.app.publicConfig['sign.remind.time'])) {
         str.push('未签到')
       }
+      if (store.state.app.signInfo?.id && store.state.app.signInfo?.type !== '2' && ratherTime(store.state.app.timestamp, store.state.app.publicConfig['sign.end.time'], 0)) {
+        str.push('未签退')
+      }
       if (!store.state.app.dailyInfo?.id && ratherTime(store.state.app.timestamp, store.state.app.publicConfig['log.submit.time'], store.state.app.publicConfig['log.remind.time'])) {
         str.push('未提交日志')
       }