@@ -118,6 +118,14 @@
不通过
</el-button>
</div>
+ <div v-else class="df aic jcsa mt10" style="width: 200px">
+ <el-tag
+ class="ml-2"
+ :type="item.auditStatus == 1 ? 'success' : 'danger'"
+ >
+ {{ item.auditStatus == 1 ? "已通过" : "未通过" }}
+ </el-tag>
+ </div>
<el-divider />