|
@ -32,7 +32,6 @@ |
|
|
</el-select> |
|
|
</el-select> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<vuescroll :ops="scrollOptions" style="flex: 1; height: 0"> |
|
|
<vuescroll :ops="scrollOptions" style="flex: 1; height: 0"> |
|
|
<!-- {{ boardSizeDic }} --> |
|
|
|
|
|
<el-collapse |
|
|
<el-collapse |
|
|
v-model="selectedSize" |
|
|
v-model="selectedSize" |
|
|
accordion |
|
|
accordion |
|
@ -46,8 +45,6 @@ |
|
|
:name="key" |
|
|
:name="key" |
|
|
> |
|
|
> |
|
|
<div v-if="item.list.length > 0"> |
|
|
<div v-if="item.list.length > 0"> |
|
|
<!-- <el-checkbox style="width: 100%" :indeterminate="isIndeterminate" v-model="checkAll" @change="handleCheckAllChange">全选 |
|
|
|
|
|
</el-checkbox> --> |
|
|
|
|
|
<el-checkbox-group |
|
|
<el-checkbox-group |
|
|
class="checkbox" |
|
|
class="checkbox" |
|
|
v-model="checkedDeviceIds" |
|
|
v-model="checkedDeviceIds" |
|
@ -60,8 +57,6 @@ |
|
|
:key="index" |
|
|
:key="index" |
|
|
> |
|
|
> |
|
|
<div>{{ itm.deviceName }}</div> |
|
|
<div>{{ itm.deviceName }}</div> |
|
|
<!-- <el-tooltip :content="itm.ip" placement="top"> |
|
|
|
|
|
</el-tooltip> --> |
|
|
|
|
|
<el-tooltip content="回读当前信息" placement="right"> |
|
|
<el-tooltip content="回读当前信息" placement="right"> |
|
|
<el-button |
|
|
<el-button |
|
|
class="el-icon-tickets huiduButton" |
|
|
class="el-icon-tickets huiduButton" |
|
@ -91,6 +86,7 @@ |
|
|
<el-button |
|
|
<el-button |
|
|
class="btnInfoBoard" |
|
|
class="btnInfoBoard" |
|
|
type="add" |
|
|
type="add" |
|
|
|
|
|
:disabled="!selectedSize" |
|
|
@click.native="____onAddDeviceItem()" |
|
|
@click.native="____onAddDeviceItem()" |
|
|
>添加信息</el-button |
|
|
>添加信息</el-button |
|
|
> |
|
|
> |
|
@ -570,7 +566,7 @@ export default { |
|
|
this.selectedBdMsg = _.cloneDeep(testDeviceInfo.data["3A"].content); |
|
|
this.selectedBdMsg = _.cloneDeep(testDeviceInfo.data["3A"].content); |
|
|
} else { |
|
|
} else { |
|
|
if (!deviceFrom.iotDeviceId) { |
|
|
if (!deviceFrom.iotDeviceId) { |
|
|
this.$message.warning("提示设备未接入!"); |
|
|
this.$message.warning("设备未接入!"); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
this.selectedBdMsg = []; |
|
|
this.selectedBdMsg = []; |
|
@ -811,6 +807,7 @@ export default { |
|
|
// }, |
|
|
// }, |
|
|
// 情报板列表手风琴 |
|
|
// 情报板列表手风琴 |
|
|
____onChangeSize(val) { |
|
|
____onChangeSize(val) { |
|
|
|
|
|
console.log("777777"); |
|
|
this.____setAvailableTemplate(); |
|
|
this.____setAvailableTemplate(); |
|
|
this.checkedDeviceIds = []; |
|
|
this.checkedDeviceIds = []; |
|
|
this.selectedDevice = {}; |
|
|
this.selectedDevice = {}; |
|
|