Commit 3ed695c3 authored by 高滢's avatar 高滢

使用

parent cf2fdb71
...@@ -106,10 +106,10 @@ ...@@ -106,10 +106,10 @@
<template slot-scope="scope"> <template slot-scope="scope">
<span <span
v-if="scope.row.status === '1'" v-if="scope.row.status === '1'"
style="color: #5FB54B;">{{ showStatus(scope.row.status) || '-' }}</span> style="color: #5FB54B;">{{ showStatus(scope.row.status)}}</span>
<span <span
v-else-if="scope.row.status === '2'" v-else-if="scope.row.status === '2'"
style="color: #FF9D4E;">{{ showStatus(scope.row.status) || '-' }}</span> style="color: #FF9D4E;">{{ showStatus(scope.row.status)}}</span>
<span <span
v-else v-else
style="color: #DB4747;">{{ showStatus(scope.row.status) || '-' }}</span> style="color: #DB4747;">{{ showStatus(scope.row.status) || '-' }}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment