Commit 21190fa0 authored by zhengke's avatar zhengke

1

parent 212b09bd
......@@ -59,7 +59,7 @@
<el-table-column prop="IsReachStr" label="是否达标">
<template slot-scope="scope">
<span class="text-negative" v-if="scope.row.IsReach==0">{{scope.row.IsReachStr}}</span>
<span class="text-primary" v-if="scope.row.IsReach==1">{{scope.row.IsReachStr}}</span>
<span style="color:#67C23A" v-if="scope.row.IsReach==1">{{scope.row.IsReachStr}}</span>
</template>
</el-table-column>
<el-table-column label="日志" width="110">
......
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