kun 10/8/21:47

This commit is contained in:
沈学坤
2019-10-08 21:47:14 +08:00
parent 60fa6ac94e
commit 8b2b683ca4
13 changed files with 745 additions and 334 deletions

View File

@@ -79,7 +79,8 @@
<!-- <td v-if="info.status == 1" style="color:#2fd63f">正常</td>
<td v-if="info.status == 0" style="color:#e13232">异常</td>-->
<td v-if="info.status == '正常'" style="color:#2fd63f">{{info.status}}</td>
<td v-if="info.status == '异常'" style="color:#e13232">{{info.status}}</td>
<td v-if="info.status == '活动异常'" style="color:#e57e1a">{{info.status}}</td>
<td v-if="info.status == '违法失信'" style="color:#e13232">{{info.status}}</td>
</tr>
</template>
<template v-if="searchValue.length > 0">
@@ -97,7 +98,8 @@
<!-- <td v-if="info.status == 1" style="color:#2fd63f">正常</td>
<td v-if="info.status == 0" style="color:#e13232">异常</td>-->
<td v-if="info.status == '正常'" style="color:#2fd63f">{{info.status}}</td>
<td v-if="info.status == '异常'" style="color:#e13232">{{info.status}}</td>
<td v-if="info.status == '活动异常'" style="color:#e57e1a">{{info.status}}</td>
<td v-if="info.status == '违法失信'" style="color:#e13232">{{info.status}}</td>
</tr>
</template>
</table>
@@ -121,7 +123,7 @@ export default {
data() {
return {
index_num: 1,
text: ["全部", "异常名单", "白名单"],
text: ["全部", "异常名单", "信用良好名录"],
sub: 0,
imgUrl: {
xa: require("../../static/img/xa.png")
@@ -276,7 +278,7 @@ export default {
url: 'v1/society/society',
data: {}
}).then(res => {
if (res.data.code !== 200) {
if (res.data.data.code !== 200) {
return;
}
_this.bgData = res.data.data.data.info
@@ -474,7 +476,7 @@ export default {
width: 110px;
}
&:nth-of-type(3) {
width: 89px;
width: 121px;
}
}