Commit 54648fa9 authored by liwenhong's avatar liwenhong

fix:判断审核按钮展示

parent 2e690ee3
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<el-table-column label="操作" align="center" fixed="right" width="200"> <el-table-column label="操作" align="center" fixed="right" width="200">
<!-- <el-button type="primary" size="small">审核</el-button> --> <!-- <el-button type="primary" size="small">审核</el-button> -->
<template #default="scope"> <template #default="scope">
<el-button type="primary" size="mini" @click="apply(scope.row)" v-if="scope.row.audit_status!=1">审核</el-button> <el-button type="primary" size="mini" @click="apply(scope.row)" v-if="scope.row.audit_status==0">审核</el-button>
<el-button type="text" size="small" v-if="scope.row.audit_status==1">通过</el-button> <el-button type="text" size="small" v-if="scope.row.audit_status==1">通过</el-button>
<el-button type="primary" size="small" @click="addPoint(scope.row.colonel_apply_id)">添加自提点</el-button> <el-button type="primary" size="small" @click="addPoint(scope.row.colonel_apply_id)">添加自提点</el-button>
<!-- v-if="scope.row.take_place_status==1" --> <!-- v-if="scope.row.take_place_status==1" -->
......
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