iot页面代码优化

This commit is contained in:
BianLzhaoMin 2024-08-09 15:48:27 +08:00
parent 98d2553681
commit 71f97c334a
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export const dialogConfig = {
isSelShow: false,// 表格是否需要复选框
isFormShow: true, // 是否显示表单查询组件
formLabel: [
{ f_label: '关键字', f_model: 'keywords', f_type: 'ipt' },
{ f_label: '关键字', f_model: 'keyWord', f_type: 'ipt' },
],
columnsList: [

View File

@ -100,6 +100,7 @@
icon="el-icon-edit"
style="color: #67c23a"
@click="addDevice(row)"
v-if="row.bindStatus === 1"
>修改</el-button
>
<el-button