From 7e32d867a12c3838b366377644a5791eedd0a171 Mon Sep 17 00:00:00 2001 From: awsl <1072050380@qq.com> Date: Thu, 13 Mar 2025 11:15:46 +0800 Subject: [PATCH] update --- src/components/linkNameSelect/linkSluice.vue | 3 +- .../listPage/index.vue | 1 + .../listPage/index.vue | 128 ++++++++++++++++-- 3 files changed, 123 insertions(+), 9 deletions(-) diff --git a/src/components/linkNameSelect/linkSluice.vue b/src/components/linkNameSelect/linkSluice.vue index dc94592..9f74d22 100644 --- a/src/components/linkNameSelect/linkSluice.vue +++ b/src/components/linkNameSelect/linkSluice.vue @@ -36,6 +36,7 @@ :remote-method="remoteMethod" :loading="loading" @change="handleChange" + :disabled="disabled" > import { listJbxx, getJbxx } from "@/api/yg/jbxx"; export default { - props: ["form", "isMultiple"], + props: ["form", "isMultiple",'disabled'], data() { return { loading: false, diff --git a/src/views/dike/managementGuarantee/standardizationConstruction/listPage/index.vue b/src/views/dike/managementGuarantee/standardizationConstruction/listPage/index.vue index 2e38bc6..f88d9ff 100644 --- a/src/views/dike/managementGuarantee/standardizationConstruction/listPage/index.vue +++ b/src/views/dike/managementGuarantee/standardizationConstruction/listPage/index.vue @@ -864,6 +864,7 @@ export default { createTime: null, updateUid: null, updateTime: null, + auditOpinion:'' }, // 排序方式 params: { diff --git a/src/views/sluice/managementGuarantee/standardizationConstruction/listPage/index.vue b/src/views/sluice/managementGuarantee/standardizationConstruction/listPage/index.vue index 48c9f85..3aa5e21 100644 --- a/src/views/sluice/managementGuarantee/standardizationConstruction/listPage/index.vue +++ b/src/views/sluice/managementGuarantee/standardizationConstruction/listPage/index.vue @@ -143,8 +143,17 @@ size="mini" type="text" icon="el-icon-edit" - @click="handleUpdate(scope.row)" - v-hasPermi="['sz:bzhjs:edit']" + @click="handleUpdate(scope.row, true)" + v-if="scope.row.status !== '0'" + >{{ formatStatusText(scope.row) }} + 自评审核 删除 @@ -178,7 +192,7 @@ > - +