This commit is contained in:
lcw
2025-06-23 09:57:34 +08:00
parent 77819f1bed
commit b433509302
127 changed files with 206 additions and 192 deletions

View File

@ -6,7 +6,7 @@
:key="index"
>
<div class="checkpoint-icon">
<img src="@/assets/images/bg_11.png" alt="检查站" />
<img src="@/assets/images/bg_11.png" alt="环林卡口" />
</div>
<div class="checkpoint-info">
<span class="checkpoint-name">{{ item.kkMc }}</span>
@ -38,7 +38,7 @@ const jczjczCountList = () => {
console.log(res);
})
.catch((err) => {
console.log("检查站备勤错误", err);
console.log("环林卡口备勤错误", err);
})
.finally(() => {
loading.value = false;