fix(wms): 更新产品、半成品和原材料表格列名

修改产品、半成品和原材料管理页面的表格列名,将"编号"和"名称"改为"类型编号"和"类型名称"以更准确描述字段含义。同时更新EMS概览页面的背景图片格式为jpg。
This commit is contained in:
砂糖
2025-10-28 11:05:26 +08:00
parent 9d92e6e865
commit 16676ed5e9
5 changed files with 7 additions and 7 deletions

View File

@@ -157,7 +157,7 @@ export default {
width: 100%;
height: calc(100vh - 84px);
position: relative;
background: url('../../../assets/images/bird.png') no-repeat center center;
background: url('../../../assets/images/bird.jpg') no-repeat center center;
background-size: cover;
overflow: hidden;
}