|
@@ -92,6 +92,8 @@
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="2.5" style="float: right;">
|
|
<el-col :span="2.5" style="float: right;">
|
|
<span
|
|
<span
|
|
|
|
+ style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #807e7a;"></span>无数据
|
|
|
|
+ <span
|
|
style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #e0c794;"></span>待审核
|
|
style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #e0c794;"></span>待审核
|
|
<span
|
|
<span
|
|
style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #30B08F;"></span>通过
|
|
style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #30B08F;"></span>通过
|
|
@@ -124,7 +126,9 @@
|
|
placement="top-start"
|
|
placement="top-start"
|
|
trigger="hover"
|
|
trigger="hover"
|
|
:content="item.Type">
|
|
:content="item.Type">
|
|
- <span slot="reference" v-if="item.state == '0' && item.content=='暂未审核'"
|
|
|
|
|
|
+ <span slot="reference" v-if="item.state == '-1' && item.content=='无数据'"
|
|
|
|
+ style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #807e7a;"></span>
|
|
|
|
+ <span slot="reference" v-else-if="item.state == '0' && item.content=='暂未审核'"
|
|
style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #e0c794;"></span>
|
|
style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #e0c794;"></span>
|
|
<span slot="reference" v-else-if="item.state == '1' "
|
|
<span slot="reference" v-else-if="item.state == '1' "
|
|
style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #30B08F;"></span>
|
|
style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #30B08F;"></span>
|