This commit is contained in:
parent
d0d700208f
commit
8731cdc995
|
|
@ -202,13 +202,7 @@
|
||||||
<span>{{ scope.row.leaseApplyInfoList[0].remark }}</span>
|
<span>{{ scope.row.leaseApplyInfoList[0].remark }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column label="操作" width="250" align="center">
|
||||||
label="操作"
|
|
||||||
align="left"
|
|
||||||
width="250"
|
|
||||||
class-name="small-padding fixed-width"
|
|
||||||
fixed="right"
|
|
||||||
>
|
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button size="mini" @click="handleView(scope.row)"
|
<el-button size="mini" @click="handleView(scope.row)"
|
||||||
>查看</el-button
|
>查看</el-button
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue