|
|
@@ -35,7 +35,7 @@
|
|
|
<el-image fit="fill" :src="scope.row[item.prop]" style="height: 36px;width: 80px;" :preview-src-list="[scope.row[item.prop]]"></el-image>
|
|
|
</div>
|
|
|
<div v-else-if="item.prop == 'state'">
|
|
|
- <span style="color:red" v-if="scope.row.state == 2">审核 </span>
|
|
|
+ <span style="color:red" v-if="scope.row.state == 2">待审核 </span>
|
|
|
<span style="color:green" v-if="scope.row.state == 1">审核通过 </span>
|
|
|
</div>
|
|
|
|
|
|
@@ -58,7 +58,7 @@
|
|
|
:visible.sync="dialogVisible"
|
|
|
width="800px"
|
|
|
:lock-scroll="false">
|
|
|
- <verify ref="verify"></verify>
|
|
|
+ <verify ref="verify" v-if="dialogVisible"></verify>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button type="success" icon="el-icon-check" @click="handleAduit(1)">通过</el-button>
|
|
|
<el-button type="danger" icon="el-icon-close" @click="handleAduit(2)">不通过</el-button>
|