0911
This commit is contained in:
@ -101,10 +101,10 @@
|
||||
|
||||
<el-table-column label="操作" align="center" fixed="right" width="200">
|
||||
<template #default="scope">
|
||||
<!-- 查看子项按钮 -->
|
||||
<el-tooltip content="查看子项" placement="top">
|
||||
<!-- 新增流转台账按钮 -->
|
||||
<el-tooltip content="新增流转台账" placement="top">
|
||||
<el-button link type="primary" @click="handleViewSons(scope.row)" v-hasPermi="['land:landTransferLedger:childrenList']">
|
||||
查看子项
|
||||
新增流转台账
|
||||
</el-button>
|
||||
</el-tooltip>
|
||||
<el-tooltip content="删除" placement="top">
|
||||
@ -1026,7 +1026,7 @@ const handleAdd = () => {
|
||||
dialog.visible = true;
|
||||
};
|
||||
|
||||
/** 查看子项按钮操作(打开子项弹窗时) */
|
||||
/** 新增流转台账按钮操作(打开子项弹窗时) */
|
||||
const handleViewSons = async (row: LandTransferLedgerVO) => {
|
||||
if (!row?.id) return;
|
||||
|
||||
|
Reference in New Issue
Block a user