Commit 660fc07c authored by 王晓倩's avatar 王晓倩

预案审核状态修改

parent a298ff55
......@@ -50,13 +50,16 @@
</el-table-column>
<el-table-column prop="checkStatus" label="审核状态">
<template slot-scope="scope">
<font v-if="scope.row.checkStatus == 0" class="colorP">
<i class="iconfont iconshenhe"></i>审核中
<font v-if="scope.row.isReported != 0" >
——
</font>
<font v-else-if="scope.row.checkStatus == 1" class="colorM">
<font v-else-if="scope.row.checkStatus == 0 && scope.row.isReported == 0" class="colorP">
<i class="iconfont iconshenhe"></i>待审核
</font>
<font v-else-if="scope.row.checkStatus == 1 && scope.row.isReported == 0" class="colorM">
<i class="iconfont iconzhengchang"></i>审核通过
</font>
<font v-else-if="scope.row.checkStatus == 2" class="colorR">
<font v-else-if="scope.row.checkStatus == 2 && scope.row.isReported == 0" class="colorR">
<i class="iconfont iconweitongguo"></i>审核未通过
</font>
</template>
......
......@@ -46,7 +46,7 @@
<el-table-column prop="checkStatus" label="审核状态">
<template slot-scope="scope">
<font v-if="scope.row.checkStatus == 0" class="colorP">
<i class="iconfont iconshenhe"></i>审核中
<i class="iconfont iconshenhe"></i>待审核
</font>
<font v-else-if="scope.row.checkStatus == 1" class="colorM">
<i class="iconfont iconzhengchang"></i>审核通过
......
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