|
@@ -125,7 +125,7 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</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">
|
|
<template v-if="dialog.type === 1" #default="scope">
|
|
<el-input v-model="scope.row.remark"></el-input>
|
|
<el-input v-model="scope.row.remark"></el-input>
|
|
</template>
|
|
</template>
|