From a869162799f2756a5629b904101b8050b6db8335 Mon Sep 17 00:00:00 2001 From: XieYongHong <18010623010@163.com> Date: Thu, 6 Jul 2023 20:53:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E7=89=A9=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B-=E5=8A=9F=E8=83=BD=E5=AE=9A=E4=B9=89-=E8=BE=93?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../device/components/Metadata/Base/Base.vue | 3 +- .../components/Metadata/Base/columns.tsx | 5 +-- .../Base/components/DataTypeObjectChild.vue | 2 +- .../Base/components/Function/InputParams.vue | 33 +++++++-------- .../Base/components/Function/OutputParams.vue | 9 ++-- .../Base/components/Function/Type.vue | 41 +++++++++++++++++++ yarn.lock | 4 +- 7 files changed, 68 insertions(+), 29 deletions(-) create mode 100644 src/views/device/components/Metadata/Base/components/Function/Type.vue diff --git a/src/views/device/components/Metadata/Base/Base.vue b/src/views/device/components/Metadata/Base/Base.vue index aeca560e..f0dba2e0 100644 --- a/src/views/device/components/Metadata/Base/Base.vue +++ b/src/views/device/components/Metadata/Base/Base.vue @@ -87,6 +87,7 @@ {{ sourceMap?.[data.record?.expands?.source] || '' }} + + \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index c643b085..732f8e23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3825,8 +3825,8 @@ jetlinks-store@^0.0.3: jetlinks-ui-components@^1.0.23, jetlinks-ui-components@^1.0.24: version "1.0.24" - resolved "http://registry.jetlinks.cn/jetlinks-ui-components/-/jetlinks-ui-components-1.0.24.tgz#1b7ad3ecf9eb4cc8f42692f935d6f2c5cf70e597" - integrity sha512-+tS6vzKJlphNUCR59Lc8vJpRfHIzSyMVuhHPfTH3dAa4Ow3OXaUxRdqJhQbDxIwptP3u2Rc7nxdZ5GZFMbJgjw== + resolved "http://registry.jetlinks.cn/jetlinks-ui-components/-/jetlinks-ui-components-1.0.24.tgz#6633322daa90f3acd9a48aeab61c5eaf23c06e10" + integrity sha512-5KxeoLb9tnA4TGoX5Q1e43jNobPmGfHk+lxZsxEs50LTaOYVj0E6DSqCfaHbLHrXMdCcL45eKRCauRusVIXQTA== dependencies: "@vueuse/core" "^9.12.0" "@vueuse/router" "^9.13.0"