This commit is contained in:
BianLzhaoMin 2024-05-07 21:17:16 +08:00
parent d0d700208f
commit 8731cdc995
1 changed files with 1 additions and 7 deletions

View File

@ -202,13 +202,7 @@
<span>{{ scope.row.leaseApplyInfoList[0].remark }}</span>
</template>
</el-table-column>
<el-table-column
label="操作"
align="left"
width="250"
class-name="small-padding fixed-width"
fixed="right"
>
<el-table-column label="操作" width="250" align="center">
<template slot-scope="scope">
<el-button size="mini" @click="handleView(scope.row)"
>查看</el-button