Compare commits

..

No commits in common. "e9119baa7fff7e837d45bfaaf8e64cd82b4308d5" and "0af7c7cf0b391275a1d897a92d2346b997c2ba99" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

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

View File

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