This commit is contained in:
dhr
2025-09-11 15:59:47 +08:00
parent b62b12c0b4
commit c26b87303c
5 changed files with 16 additions and 17 deletions

View File

@ -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;