结算页面优化

This commit is contained in:
BianLzhaoMin 2024-07-26 16:22:38 +08:00
parent d585da9247
commit 1070757220
1 changed files with 4 additions and 1 deletions

View File

@ -87,7 +87,9 @@
align="center" align="center"
width="80" width="80"
type="index" type="index"
:index="indexContinuation(queryParams.pageNum, queryParams.pageSize)" :index="
indexContinuation(queryParams.pageNum, queryParams.pageSize)
"
> >
<!-- <template slot-scope="scope"> <!-- <template slot-scope="scope">
<span>{{ <span>{{
@ -145,6 +147,7 @@
type="primary" type="primary"
icon="el-icon-edit" icon="el-icon-edit"
@click="handleExame(scope.row)" @click="handleExame(scope.row)"
v-if="scope.row.status == '0'"
>审批</el-button >审批</el-button
> >
<!-- <el-button <!-- <el-button