|
@@ -165,7 +165,7 @@
|
|
|
<el-input v-model="scope.row.useDevice"></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="craftCondition" label="工艺条件" width="160">
|
|
|
+ <el-table-column prop="craftCondition" label="实时工艺条件" width="160">
|
|
|
<template v-if="dialog.type === 1" #default="scope">
|
|
|
<el-input v-model="scope.row.craftCondition"></el-input>
|
|
|
</template>
|
|
@@ -181,7 +181,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>
|
|
|
</template>
|