|
|
|
@ -181,12 +181,17 @@ |
|
|
|
size="small" @click="handleLook(scope.row)">查看</el-button> |
|
|
|
<el-button |
|
|
|
type="text" |
|
|
|
class="div-table-button--blue" |
|
|
|
class="div-table-button--blue f-right10" |
|
|
|
size="small">编辑</el-button> |
|
|
|
<el-button |
|
|
|
class="div-table-button--blue" |
|
|
|
type="text" |
|
|
|
size="small"> 登记</el-button> |
|
|
|
<el-dropdown trigger="click" @command="handelRegister"> |
|
|
|
<span class=" div-table-button--blue"> |
|
|
|
登记<i class="el-icon-arrow-down el-icon--right"></i> |
|
|
|
</span> |
|
|
|
<el-dropdown-menu slot="dropdown" > |
|
|
|
<el-dropdown-item >死亡登记</el-dropdown-item> |
|
|
|
<el-dropdown-item >迁出登记</el-dropdown-item> |
|
|
|
</el-dropdown-menu> |
|
|
|
</el-dropdown> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
@ -549,6 +554,9 @@ export default { |
|
|
|
}); |
|
|
|
} |
|
|
|
}, |
|
|
|
handelRegister(row){ |
|
|
|
console.log(row); |
|
|
|
}, |
|
|
|
reportForm () { |
|
|
|
this.$refs.baobiao.init({ |
|
|
|
elseParams: { |
|
|
|
@ -914,6 +922,7 @@ export default { |
|
|
|
console.log(tab, event); |
|
|
|
}, |
|
|
|
async handleLook (row) { |
|
|
|
console.log(); |
|
|
|
this.lookInfo.userId = row.icResiUserId; |
|
|
|
this.lookInfo.gridName = row.GRID_ID; |
|
|
|
this.showedPeopleMoreInfo = true; |
|
|
|
|