@@ -58,7 +58,7 @@ const showMaterial = (row) => {
</el-form-item>
</el-row>
<el-form-item label="管号:">
- <el-scrollbar height="300px">
+ <el-scrollbar style="height:145px;width:798px">
<el-row>
<el-col
:span="4"
@@ -125,7 +125,7 @@
</template>
</el-table-column>
- <el-table-column prop="remark" label="备注" width="100">
+ <el-table-column prop="remark" label="实时工艺条件" width="100">
<template v-if="dialog.type === 1" #default="scope">
<el-input v-model="scope.row.remark"></el-input>