refactor(ui): 将BOM相关术语统一修改为参数
修改所有界面中的BOM、SKU等术语为"参数",包括标签、提示信息、表格列名等。涉及多个组件和视图文件,确保术语一致性。
This commit is contained in:
@@ -30,11 +30,11 @@
|
||||
</el-card>
|
||||
</el-col>
|
||||
|
||||
<!-- 根据BOM计算的原料需求 -->
|
||||
<!-- 根据参数计算的原料需求 -->
|
||||
<el-col :span="8">
|
||||
<el-card shadow="hover" class="situation-card">
|
||||
<div slot="header" class="card-header">
|
||||
<span>BOM原料需求</span>
|
||||
<span>参数原料需求</span>
|
||||
</div>
|
||||
<div class="table-container">
|
||||
<KLPTable :data="productMaterialRequirements" size="small" height="320"
|
||||
|
||||
Reference in New Issue
Block a user