2 Commits

Author SHA1 Message Date
dxc
e1e0bc1104 版本变更3.17 2026-05-12 14:07:26 +08:00
DXC
048317ee5e feat(branding): 更新系统名称为 MOM / Manufacturing Operations Management 2026-05-12 14:01:20 +08:00
4 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/jetbrains://idea/navigate/reference?project=inventory-web&path=public%2Firis.png" /> <link rel="icon" type="image/svg+xml" href="/jetbrains://idea/navigate/reference?project=inventory-web&path=public%2Firis.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>inventory-web</title> <title>MOM</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View File

@ -201,7 +201,7 @@ const handleLogout = () => {
<div class="logo-container"> <div class="logo-container">
<router-link to="/" class="home-link"> <router-link to="/" class="home-link">
<img src="@/assets/iris.png" class="logo" alt="Logo" /> <img src="@/assets/iris.png" class="logo" alt="Logo" />
<span class="system-title">IRIS 库存管理系统</span> <span class="system-title">MOM</span>
</router-link> </router-link>
</div> </div>
@ -234,7 +234,7 @@ const handleLogout = () => {
<footer v-if="!isLoginPage" class="app-footer"> <footer v-if="!isLoginPage" class="app-footer">
<span class="version-tag"> <span class="version-tag">
<el-icon style="vertical-align: middle; margin-right: 4px"><InfoFilled /></el-icon> <el-icon style="vertical-align: middle; margin-right: 4px"><InfoFilled /></el-icon>
当前版本:V3.16(4.29部署 当前版本:V3.17(4.29部署
</span> </span>
</footer> </footer>

View File

@ -17,7 +17,7 @@
</template> </template>
<div class="card-body"> <div class="card-body">
<h2>IRIS 库存管理系统</h2> <h2>Manufacturing Operations Management制造运营管理</h2>
<div style="display: flex; justify-content: center; margin: 20px 0 30px;"> <div style="display: flex; justify-content: center; margin: 20px 0 30px;">
<el-autocomplete <el-autocomplete

View File

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