|
@@ -196,8 +196,8 @@
|
|
placement="top-start"
|
|
placement="top-start"
|
|
trigger="hover"
|
|
trigger="hover"
|
|
:content="item.Type">
|
|
:content="item.Type">
|
|
- <span slot="reference" v-if="item.state == '0'" style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #30B08F"></span>
|
|
|
|
- <span slot="reference" v-if="item.state == '1'" style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #C03639"></span>
|
|
|
|
|
|
+ <span slot="reference" v-if="item.state == '1'" style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #30B08F"></span>
|
|
|
|
+ <span slot="reference" v-if="item.state == '0'" style="height: 20px;margin-right: 5px;width: 20px; border-radius: 50%; display: inline-block; background-color: #C03639"></span>
|
|
</el-popover>
|
|
</el-popover>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|