'修改车间详情页'

This commit is contained in:
xd 2024-03-01 14:54:30 +08:00
parent 152cada220
commit 47f9ddad65
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@
<el-table-column label="电费占比" width="150" align="center" prop="factoryDfRatio" />
<el-table-column label="天然气费用占比" width="150" align="center" prop="factoryTrqRatio" />
<el-table-column label="运输费用占比" width="150" align="center" prop="factoryYsRatio" />
<el-table-column label="盘具费用占比" width="150" align="center" prop="factoryPjRatio" />
<el-table-column label="总占比" align="center" prop="factoryTotalRatio" />
<el-table-column label="盘具费用占比" width="150" align="center" prop="factoryPjRatio" />
<el-table-column fixed="right" label="操作" align="center" width="150">
<template slot-scope="scope">
<el-button
@ -164,7 +164,7 @@
<el-row>
<el-col :span="12">
<el-form-item label="盘具费用占比" prop="factoryPjRatio" label-width="120px">
<el-input v-model="form.factoryPjRatio" placeholder="请输入盘费用占比" />
<el-input v-model="form.factoryPjRatio" placeholder="请输入盘费用占比" />
</el-form-item>
</el-col>
<el-col :span="12">