结算页面优化
This commit is contained in:
parent
d585da9247
commit
1070757220
|
|
@ -87,7 +87,9 @@
|
|||
align="center"
|
||||
width="80"
|
||||
type="index"
|
||||
:index="indexContinuation(queryParams.pageNum, queryParams.pageSize)"
|
||||
:index="
|
||||
indexContinuation(queryParams.pageNum, queryParams.pageSize)
|
||||
"
|
||||
>
|
||||
<!-- <template slot-scope="scope">
|
||||
<span>{{
|
||||
|
|
@ -145,6 +147,7 @@
|
|||
type="primary"
|
||||
icon="el-icon-edit"
|
||||
@click="handleExame(scope.row)"
|
||||
v-if="scope.row.status == '0'"
|
||||
>审批</el-button
|
||||
>
|
||||
<!-- <el-button
|
||||
|
|
|
|||
Loading…
Reference in New Issue