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