0911
This commit is contained in:
@ -1,2 +1 @@
|
|||||||
|
|
||||||
|
|
||||||
|
@ -101,10 +101,10 @@
|
|||||||
|
|
||||||
<el-table-column label="操作" align="center" fixed="right" width="200">
|
<el-table-column label="操作" align="center" fixed="right" width="200">
|
||||||
<template #default="scope">
|
<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 link type="primary" @click="handleViewSons(scope.row)" v-hasPermi="['land:landTransferLedger:childrenList']">
|
||||||
新增流转台账
|
查看流转台账
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
<el-tooltip content="删除" placement="top">
|
<el-tooltip content="删除" placement="top">
|
||||||
@ -162,7 +162,7 @@
|
|||||||
<el-row :gutter="10" class="mb8">
|
<el-row :gutter="10" class="mb8">
|
||||||
<el-col :span="1.5">
|
<el-col :span="1.5">
|
||||||
<el-button type="primary" plain icon="Plus" @click="handleAddSon" v-hasPermi="['land:landTransferLedger:childrenAdd']">
|
<el-button type="primary" plain icon="Plus" @click="handleAddSon" v-hasPermi="['land:landTransferLedger:childrenAdd']">
|
||||||
新增子项
|
新增流转台账
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
@ -397,9 +397,7 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<div class="dialog-footer">
|
<div class="dialog-footer">
|
||||||
<el-button v-hasPermi="['land:landTransferLedger:addSon']" :loading="sonButtonLoading" type="primary" @click="submitSonForm"
|
<el-button :loading="sonButtonLoading" type="primary" @click="submitSonForm">确 定</el-button>
|
||||||
>确 定</el-button
|
|
||||||
>
|
|
||||||
<el-button @click="cancelSonForm">取 消</el-button>
|
<el-button @click="cancelSonForm">取 消</el-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -1093,7 +1091,7 @@ const handleAddSon = async () => {
|
|||||||
await getListRoad();
|
await getListRoad();
|
||||||
|
|
||||||
// 5. 打开弹窗
|
// 5. 打开弹窗
|
||||||
sonFormDialog.title = '添加子项(继承父项数据)';
|
sonFormDialog.title = '新增流转台账';
|
||||||
sonFormDialog.visible = true;
|
sonFormDialog.visible = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user