feat(branding): 更新系统名称为 MOM / Manufacturing Operations Management
This commit is contained in:
@ -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>
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -368,7 +368,7 @@
|
|||||||
|
|
||||||
<div id="print-area">
|
<div id="print-area">
|
||||||
<div class="print-header">
|
<div class="print-header">
|
||||||
<h1>IRIS出库拣货确认单</h1>
|
<h1>MOM 出库拣货确认单</h1>
|
||||||
<div class="print-meta-row">
|
<div class="print-meta-row">
|
||||||
<span>打印时间: {{ currentTime }}</span>
|
<span>打印时间: {{ currentTime }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user