|
|
@@ -19,7 +19,7 @@
|
|
|
<el-table-column label="信号名称" prop="name" max-width="300px" show-overflow-tooltip />
|
|
|
</el-table>
|
|
|
|
|
|
- <el-dialog :visible.sync="modelVisible" :title="modelConfig.title" :close-on-click-modal="false" width="400px" append-to-body destroy-on-close>
|
|
|
+ <el-dialog :visible.sync="modelVisible" :title="modelConfig.title" :close-on-click-modal="true" width="400px" append-to-body destroy-on-close>
|
|
|
<el-form :model="modelObjectForm" size="mini" label-width="90px" @submit.native.prevent>
|
|
|
<el-form-item :label="modelConfig.idLabel">
|
|
|
<el-input v-model="modelObjectForm.id" clearable />
|