Compare commits

..

No commits in common. "5bd0f38ff2ca4e11b5cfaa52ea1d26cabe3eacbe" and "40c6391e02f90d0134ba9503524b61cce6e1ccab" have entirely different histories.

2 changed files with 6 additions and 8 deletions

View File

@ -209,9 +209,9 @@
</el-table-column>
<el-table-column label="IOT设备" align="center" prop="ownHouseName">
<template slot-scope="{ row }">
<el-button type="text" @click="handleBindIOT(row)">{{
row.iotNum === 0 ? '未绑定' : row.iotNum
}}</el-button>
<el-button type="text" @click="handleBindIOT(row)"
>未绑定</el-button
>
</template>
</el-table-column>
<el-table-column
@ -223,7 +223,6 @@
<i
class="el-icon-location location-icon"
@click="handleMap(row)"
v-if="row.iotNum > 0"
/>
</template>
</el-table-column>

View File

@ -209,9 +209,9 @@
</el-table-column>
<el-table-column label="IOT设备" align="center" prop="ownHouseName">
<template slot-scope="{ row }">
<el-button type="text" @click="handleBindIOT(row)">{{
row.iotNum === 0 ? '未绑定' : row.iotNum
}}</el-button>
<el-button type="text" @click="handleBindIOT(row)"
>未绑定</el-button
>
</template>
</el-table-column>
<el-table-column
@ -223,7 +223,6 @@
<i
class="el-icon-location location-icon"
@click="handleMap(row)"
v-if="row.iotNum > 0"
/>
</template>
</el-table-column>