From 5fa41f6d85261bb05105830bb81a79c89ad4a006 Mon Sep 17 00:00:00 2001 From: dev_ljl <2590379346@qq.com> Date: Fri, 22 Aug 2025 12:58:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8C=89=E9=92=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../property/assetManage/procurementApplication/data.ts | 5 +++-- .../src/views/property/assetManage/suppliers/index.vue | 2 +- .../attendanceManagement/attendanceGroupSettings/index.vue | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/apps/web-antd/src/views/property/assetManage/procurementApplication/data.ts b/apps/web-antd/src/views/property/assetManage/procurementApplication/data.ts index 8239e602..c940e246 100644 --- a/apps/web-antd/src/views/property/assetManage/procurementApplication/data.ts +++ b/apps/web-antd/src/views/property/assetManage/procurementApplication/data.ts @@ -39,10 +39,11 @@ export const querySchema: FormSchemaGetter = () => [ { component: 'Select', - componentProps: {}, + componentProps: { + options: getDictOptions('wy_zccgfs'), + }, fieldName: 'buyType', label: '采购方式', - options: getDictOptions('wy_zccgfs'), }, { component: 'Select', diff --git a/apps/web-antd/src/views/property/assetManage/suppliers/index.vue b/apps/web-antd/src/views/property/assetManage/suppliers/index.vue index b6038c72..2be1ca98 100644 --- a/apps/web-antd/src/views/property/assetManage/suppliers/index.vue +++ b/apps/web-antd/src/views/property/assetManage/suppliers/index.vue @@ -155,7 +155,7 @@ const { hasAccessByCodes } = useAccess(); :unCheckedValue="0" v-model:value="row.state" :api="() => suppliersUpdate(row)" - :disabled="!hasAccessByCodes(['property:suppliers:update'])" + :disabled="!hasAccessByCodes(['property:suppliers:edit'])" @reload="() => tableApi.query()" /> diff --git a/apps/web-antd/src/views/property/attendanceManagement/attendanceGroupSettings/index.vue b/apps/web-antd/src/views/property/attendanceManagement/attendanceGroupSettings/index.vue index bf953b9d..19a74ae3 100644 --- a/apps/web-antd/src/views/property/attendanceManagement/attendanceGroupSettings/index.vue +++ b/apps/web-antd/src/views/property/attendanceManagement/attendanceGroupSettings/index.vue @@ -187,7 +187,7 @@ function handleDownloadExcel() { :unCheckedValue="0" v-model:value="row.status" :api="() => groupUpdate(row)" - :disabled="!hasAccessByCodes(['property:depot:edit'])" + :disabled="!hasAccessByCodes(['Property:group:edit'])" @reload="() => tableApi.query()" />