V3.71,9.4推送

This commit is contained in:
yueli
2026-09-04 12:02:43 +08:00
parent 1527d552d4
commit 27fb34807d
2 changed files with 2 additions and 2 deletions

View File

@ -239,7 +239,7 @@ const handleLogout = () => {
<footer v-if="!isLoginPage" class="app-footer">
<span class="version-tag">
<el-icon style="vertical-align: middle; margin-right: 4px"><InfoFilled /></el-icon>
当前版本:V3.70
当前版本:V3.71
</span>
</footer>

View File

@ -4,7 +4,7 @@
<template #header>
<div class="card-header">
<div class="title-box">
<span>还库作业 (库管签字)</span>
<span>还库作业 领用人签字</span>
<el-tag v-if="returnList.length > 0" type="success" size="small" effect="dark">
待还 {{ returnList.length }}
</el-tag>