|
@@ -172,8 +172,8 @@
|
|
|
|
|
|
<!-- <el-button type="primary" @click="audi(scope.row,1)" size="mini">管理审核</el-button> -->
|
|
|
<el-button type="primary" v-show="scope.row.state==1&& $store.state.userInfo.type==0" @click="audi(scope.row,1)" size="mini">审核</el-button>
|
|
|
- <el-button type="primary" disabled v-show="scope.row.state==2&& $store.state.userInfo.type==0" class="disa" size="mini">审核</el-button>
|
|
|
- <el-button type="primary" disabled v-show="scope.row.state!=2 && scope.row.state!=1&& $store.state.userInfo.type==0" class="disa" size="mini">已审核</el-button>
|
|
|
+ <el-button type="primary" disabled v-show="scope.row.state==0&& $store.state.userInfo.type==0" class="disa" size="mini">审核</el-button>
|
|
|
+ <el-button type="primary" disabled v-show="scope.row.state==2 && scope.row.state!=1&& $store.state.userInfo.type==0" class="disa" size="mini">已审核</el-button>
|
|
|
|
|
|
|
|
|
<!-- <el-button type="primary" size="mini" @click="edit(scope.row.acId)">申请表</el-button> -->
|