This commit is contained in:
bb_pan 2025-12-03 09:38:18 +08:00
parent 9f3581176c
commit 614bfdbaac
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
</el-table-column>
<el-table-column align="center" show-overflow-tooltip prop="createUser" label="申请人" />
<el-table-column align="center" show-overflow-tooltip prop="createTime" label="申请时间" />
<el-table-column align="center" show-overflow-tooltip label="操作" width="100">
<el-table-column align="center" show-overflow-tooltip label="操作">
<template slot-scope="scope">
<el-button size="mini" type="text" icon="el-icon-zoom-in" @click="onHandleView(scope.row)">查看</el-button>
<el-button v-if="scope.row.reviewStatus == 0" size="mini" type="text" icon="el-icon-edit" @click="onHandleAudit(scope.row)">审核</el-button>