From ef9bc0be98e3605d996bf03759ecb358be868e24 Mon Sep 17 00:00:00 2001 From: pyt <626651354@qq.com> Date: 星期四, 03 四月 2025 16:21:29 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- src/views/reportLibrary/feasibilityStudy/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/reportLibrary/feasibilityStudy/index.vue b/src/views/reportLibrary/feasibilityStudy/index.vue index 85d8bad..3d47f05 100644 --- a/src/views/reportLibrary/feasibilityStudy/index.vue +++ b/src/views/reportLibrary/feasibilityStudy/index.vue @@ -3,7 +3,7 @@ <TableCustom :queryForm="queryForm" :total="total" @currentChange="handleCurrentChange" @sizeChange="handleSizeChange"> <template #search> - <el-form :model="form" :label-width="auto" inline> + <el-form :model="form" label-width="auto" inline> <el-form-item label="所属项目组:"> <el-input v-model="form.name" placeholder="请输入"></el-input> </el-form-item> @@ -54,7 +54,7 @@ </template> </TableCustom> - <Approval :show="showApproval" @close="showApproval = false" /> + <Approval :visible="showApproval" @close="showApproval = false" /> <ShowDelConfirm :show="showDelConfirm" @close="showDelConfirm = false" @confirm="handleDelConfirm" /> -- Gitblit v1.7.1