kun 191111 12:08

This commit is contained in:
沈学坤
2019-11-11 12:07:51 +08:00
parent 918a4a95e3
commit ed51c4e5c2
2 changed files with 62 additions and 57 deletions

View File

@@ -75,8 +75,8 @@
<td>{{info.society_type}}</td>
<td>{{info.legal_person}}</td>
<td>{{info.reg_time}}</td>
<td v-if="info.status == '白名单'" style="color:#2fd63f">正常</td>
<td v-if="info.status == '黑名单'" style="color:#e13232">异常</td>
<td v-if="info.status == '白名单'" style="color:#2fd63f">信用良好</td>
<td v-if="info.status == '黑名单'" style="color:#e13232">活动异常</td>
</tr>
</template>
<template v-if="searchValue.length > 0">
@@ -91,8 +91,8 @@
<td>{{info.society_type}}</td>
<td>{{info.legal_person}}</td>
<td>{{info.reg_time}}</td>
<td v-if="info.status == '白名单'" style="color:#2fd63f">正常</td>
<td v-if="info.status == '黑名单'" style="color:#e13232">异常</td>
<td v-if="info.status == '白名单'" style="color:#2fd63f">信用良好</td>
<td v-if="info.status == '黑名单'" style="color:#e13232">活动异常</td>
</tr>
</template>
</table>