kun 191111 12:08
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user