From e626367a06d4f77f11a6d0c8c51e2511d8fc2277 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 28 Oct 2024 21:55:37 +0800 Subject: [PATCH] chore: --- .../src/components/plugins/lib/index.ts | 2 +- .../plugins/synology/device-id-getter.vue | 2 +- .../src/layout/components/tabs/index.vue | 17 +++++++++++++++-- .../ui/certd-client/src/router/source/header.ts | 2 +- .../src/views/certd/access/common.tsx | 6 +++--- .../certd/pipeline/pipeline/plugin/index.ts | 2 -- .../src/views/sys/authority/permission/api.ts | 2 +- 7 files changed, 22 insertions(+), 11 deletions(-) diff --git a/packages/ui/certd-client/src/components/plugins/lib/index.ts b/packages/ui/certd-client/src/components/plugins/lib/index.ts index abbfb3f6..4ecebf32 100644 --- a/packages/ui/certd-client/src/components/plugins/lib/index.ts +++ b/packages/ui/certd-client/src/components/plugins/lib/index.ts @@ -2,7 +2,7 @@ import { request } from "/@/api/service"; export type ComponentPropsType = { type: string; typeName: string; - action: string; + action?: string; form: any; value?: any; }; diff --git a/packages/ui/certd-client/src/components/plugins/synology/device-id-getter.vue b/packages/ui/certd-client/src/components/plugins/synology/device-id-getter.vue index 7215365d..b19b2696 100644 --- a/packages/ui/certd-client/src/components/plugins/synology/device-id-getter.vue +++ b/packages/ui/certd-client/src/components/plugins/synology/device-id-getter.vue @@ -1,7 +1,7 @@