iot页面代码优化
This commit is contained in:
parent
98d2553681
commit
71f97c334a
|
|
@ -7,7 +7,7 @@ export const dialogConfig = {
|
||||||
isSelShow: false,// 表格是否需要复选框
|
isSelShow: false,// 表格是否需要复选框
|
||||||
isFormShow: true, // 是否显示表单查询组件
|
isFormShow: true, // 是否显示表单查询组件
|
||||||
formLabel: [
|
formLabel: [
|
||||||
{ f_label: '关键字', f_model: 'keywords', f_type: 'ipt' },
|
{ f_label: '关键字', f_model: 'keyWord', f_type: 'ipt' },
|
||||||
],
|
],
|
||||||
|
|
||||||
columnsList: [
|
columnsList: [
|
||||||
|
|
|
||||||
|
|
@ -100,6 +100,7 @@
|
||||||
icon="el-icon-edit"
|
icon="el-icon-edit"
|
||||||
style="color: #67c23a"
|
style="color: #67c23a"
|
||||||
@click="addDevice(row)"
|
@click="addDevice(row)"
|
||||||
|
v-if="row.bindStatus === 1"
|
||||||
>修改</el-button
|
>修改</el-button
|
||||||
>
|
>
|
||||||
<el-button
|
<el-button
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue