From 9fba2886abdd650f5b1d39f0451e5891f501ee38 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 15 Apr 2023 00:53:07 +0800 Subject: [PATCH 1/2] =?UTF-8?q?ep-admin:=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E4=B8=8E=E6=90=9C=E7=B4=A2=E6=A1=86=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=B8=8D=E8=83=BD=E4=B8=8D=E4=B8=80=E8=87=B4=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/web/useCrudSchemas.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hooks/web/useCrudSchemas.ts b/src/hooks/web/useCrudSchemas.ts index 66c5eb0a..a29f75ab 100644 --- a/src/hooks/web/useCrudSchemas.ts +++ b/src/hooks/web/useCrudSchemas.ts @@ -29,6 +29,8 @@ type CrudSearchParams = { show?: boolean // 接口 api?: () => Promise + // 搜索字段 + field?: string } & Omit type CrudTableParams = { From 1170a9480f431960b14b3035a45ac6b485e6a7d9 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 15 Apr 2023 01:06:48 +0800 Subject: [PATCH 2/2] =?UTF-8?q?ep-admin:=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=B7=B2=E7=9F=A5=E9=97=AE=E9=A2=98=200a6f3066=20kailong321200?= =?UTF-8?q?875=20<321200875@qq.com>=20on=202023/4/12=20at=2010:20=20AM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 ++++---- src/layout/components/AppView.vue | 9 +++++---- src/layout/components/useRenderLayout.tsx | 4 +++- src/types/auto-imports.d.ts | 2 ++ 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 1d020d6d..899a479b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@wangeditor/editor-for-vue": "^5.1.10", "@zxcvbn-ts/core": "^2.2.1", "animate.css": "^4.1.1", - "axios": "^1.3.4", + "axios": "^1.3.5", "benz-amr-recorder": "^1.1.5", "bpmn-js-token-simulation": "^0.10.0", "camunda-bpmn-moddle": "^7.0.1", @@ -48,16 +48,16 @@ "diagram-js": "^11.6.0", "echarts": "^5.4.1", "echarts-wordcloud": "^2.1.0", - "element-plus": "2.3.1", + "element-plus": "2.3.3", "fast-xml-parser": "^4.1.3", "highlight.js": "^11.7.0", - "intro.js": "^6.0.0", + "intro.js": "^7.0.1", "jsencrypt": "^3.3.2", "lodash-es": "^4.17.21", "min-dash": "^4.0.0", "mitt": "^3.0.0", "nprogress": "^0.2.0", - "pinia": "^2.0.33", + "pinia": "^2.0.34", "qrcode": "^1.5.1", "qs": "^6.11.1", "steady-xml": "^0.1.0", diff --git a/src/layout/components/AppView.vue b/src/layout/components/AppView.vue index dda59ed1..2429a9d5 100644 --- a/src/layout/components/AppView.vue +++ b/src/layout/components/AppView.vue @@ -21,16 +21,17 @@ const getCaches = computed((): string[] => {