fix(wms): 更新产品、半成品和原材料表格列名
修改产品、半成品和原材料管理页面的表格列名,将"编号"和"名称"改为"类型编号"和"类型名称"以更准确描述字段含义。同时更新EMS概览页面的背景图片格式为jpg。
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user