提交 b5e01128 authored 作者: 350505825@qq.com's avatar 350505825@qq.com

提交代码

上级 9d6da156
...@@ -72,6 +72,7 @@ ...@@ -72,6 +72,7 @@
<el-table-column label="操作" align="center" class-name="small-padding fixed-width"> <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
v-if="scope.row.status=='1'"
size="mini" size="mini"
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
...@@ -79,12 +80,14 @@ ...@@ -79,12 +80,14 @@
v-hasPermi="['system:apply:edit']" v-hasPermi="['system:apply:edit']"
>审核</el-button> >审核</el-button>
<el-button <el-button
v-if="scope.row.status=='1'"
size="mini" size="mini"
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
@click="reject(scope.row)" @click="reject(scope.row)"
v-hasPermi="['system:apply:edit']" v-hasPermi="['system:apply:edit']"
>驳回</el-button> >驳回</el-button>
<span v-if="scope.row.status=='2' || scope.row.status=='3'">已操作</span>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -122,6 +125,8 @@ ...@@ -122,6 +125,8 @@
title: "", title: "",
// 是否显示弹出层 // 是否显示弹出层
open: false, open: false,
// 审核按钮是否隐藏
isNeedAudit: true,
// 状态字典 // 状态字典
statusOptions: [], statusOptions: [],
// 查询参数 // 查询参数
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论