Browse Source

居民信息table按钮

V1.0
jiangyy 3 years ago
parent
commit
8114539d3e
  1. 14
      src/views/modules/base/resi.vue

14
src/views/modules/base/resi.vue

@ -107,7 +107,6 @@
:data="tableData"
v-loading="tableLoading"
border
:header-cell-style="tableHeaderStyle"
style="width: 100%"
:height="tableHeight"
@select-all="selectAll"
@ -144,7 +143,7 @@
<el-table-column fixed="right"
label="操作"
align="center"
width="200">
width="260">
<template slot-scope="scope">
<!-- <el-button @click="handleLook(scope.row)"
type="text"
@ -159,9 +158,10 @@
<template v-if="filterEdit(scope.row.ORG_ID)">
<el-button v-if="btnAuths.ic_resi_update"
@click="handleEdit(scope.row)"
type="text"
class="div-table-button--blue"
size="small">修改</el-button>
size="small"
type="text"
icon="el-icon-edit">编辑</el-button>
<el-popconfirm v-if="btnAuths.ic_resi_del"
title="删除之后无法回复,确认删除?"
@onConfirm="handleDel(scope.row)">
@ -174,11 +174,13 @@
<el-button @click="handleChangeTransfer(scope.row)"
type="text"
class="div-table-button--green"
class="div-table-button--blue"
icon="el-icon-tickets"
size="small">迁出登记</el-button>
<el-button @click="handleDeath(scope.row)"
class="div-table-button--blue"
type="text"
class="div-table-button--red"
icon="el-icon-tickets"
size="small">死亡登记</el-button>
</template>
</el-table-column>

Loading…
Cancel
Save