|
|
@@ -54,7 +54,7 @@
|
|
|
</el-table-column> -->
|
|
|
<el-table-column prop="Status" label="状态标识" sortable min-width="130" align="center" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- <el-alert v-if="scope.row.AuditIndex=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
|
|
|
+ <!-- <el-alert v-if="scope.row.AuditIndex=='1'" :closable="false" style="background:rgba(255,255,255,0.2)"
|
|
|
title="初审未通过" type="error">
|
|
|
</el-alert>
|
|
|
<el-alert v-if="scope.row.AuditIndex=='2'" :closable="false" style="background:rgba(255,255,255,0.2)"
|
|
|
@@ -62,7 +62,7 @@
|
|
|
</el-alert>
|
|
|
<el-alert v-if="scope.row.AuditIndex=='3'" :closable="false" style="background:rgba(255,255,255,0.2)"
|
|
|
title="专业审核未通过" type="error">
|
|
|
- </el-alert>
|
|
|
+ </el-alert> -->
|
|
|
<el-alert v-if="scope.row.Status=='-1'" :closable="false" style="background:rgba(255,255,255,0.2)"
|
|
|
title="审核未通过" type="error">
|
|
|
</el-alert>
|