|
|
@@ -148,11 +148,16 @@ |
|
|
|
</div> |
|
|
|
<div class="text-2"> |
|
|
|
服务状态: |
|
|
|
<span |
|
|
|
style="font-size: 12px" |
|
|
|
:style="item.residueTime > 0 ? 'color:green;' : 'color:red;'" |
|
|
|
>{{ item.residueTime > 0 ? "服务中" : "已过期" }}</span |
|
|
|
> |
|
|
|
<template v-if="item.lockFlag == 0"> |
|
|
|
<span |
|
|
|
style="font-size: 12px" |
|
|
|
:style="item.residueTime > 0 ? 'color:green;' : 'color:red;'" |
|
|
|
>{{ item.residueTime > 0 ? "服务中" : "已过期" }}</span |
|
|
|
> |
|
|
|
</template> |
|
|
|
<template v-else> |
|
|
|
<span style="font-size: 12px" :style="'color:red;'">已禁用</span> |
|
|
|
</template> |
|
|
|
</div> |
|
|
|
<div class="text-3"> |
|
|
|
{{ (item.provinceName || "-") + "-" + (item.cityName || "-") }} |
|
|
@@ -161,8 +166,15 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div style="margin: 0 auto;width: 1100px;display: flex;justify-content: flex-end;"> |
|
|
|
<el-pagination |
|
|
|
<div |
|
|
|
style=" |
|
|
|
margin: 0 auto; |
|
|
|
width: 1100px; |
|
|
|
display: flex; |
|
|
|
justify-content: flex-end; |
|
|
|
" |
|
|
|
> |
|
|
|
<el-pagination |
|
|
|
@size-change="handleSizeChange" |
|
|
|
@current-change="handleCurrentChange" |
|
|
|
:current-page="currentPage" |
|
|
@@ -371,7 +383,7 @@ export default { |
|
|
|
} |
|
|
|
this.$router.push({ path: "/wel" }); |
|
|
|
localStorage.setItem("allClose", true); |
|
|
|
this.$db.deleteDB('EquipmentStateFiltter') |
|
|
|
this.$db.deleteDB("EquipmentStateFiltter"); |
|
|
|
}, |
|
|
|
addLoginCount(houseId) { |
|
|
|
this.$api.api |
|
|
|