版本变更3.17

This commit is contained in:
dxc
2026-05-12 14:07:26 +08:00
parent 048317ee5e
commit e1e0bc1104
2 changed files with 3 additions and 3 deletions

View File

@ -201,7 +201,7 @@ const handleLogout = () => {
<div class="logo-container">
<router-link to="/" class="home-link">
<img src="@/assets/iris.png" class="logo" alt="Logo" />
<span class="system-title">IRIS 库存管理系统</span>
<span class="system-title">MOM</span>
</router-link>
</div>
@ -234,7 +234,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.16(4.29部署
当前版本:V3.17(4.29部署
</span>
</footer>

View File

@ -368,7 +368,7 @@
<div id="print-area">
<div class="print-header">
<h1>MOM 出库拣货确认单</h1>
<h1>出库拣货确认单</h1>
<div class="print-meta-row">
<span>打印时间: {{ currentTime }}</span>
</div>