fix: 熟料料耗系数

This commit is contained in:
caoqianming 2024-05-09 17:37:22 +08:00
parent e508d879e1
commit 36000a2b1f
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
<el-main>
<el-card header="计算系数" shadow="hover">
<el-form>
<el-form-item label="料号系数">
<el-form-item label="熟料料耗系数">
<el-input-number
v-model="form.enm_lhxs"
controls-position="right"
placeholder="料号系数"
placeholder="熟料料耗系数"
></el-input-number>
</el-form-item>