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

提交代码

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