From 66764e4d737d0b8bbc039f4cd3a924c453a49429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=AA=E5=B0=91=E4=BC=9F?= Date: Tue, 25 Mar 2025 09:15:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8E=BB=E6=8E=89=E8=A1=A8=E5=A4=B4?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E5=8F=8A=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AIRepair/Table.vue | 16 +- src/components/SettingTable/index.vue | 93 +++++---- src/views/Jyh/LicenseInfo/index.vue | 14 +- .../Jyh/Search/Components/BatchVerify.vue | 178 ++++++++++-------- src/views/Jyh/Search/Components/OssQuery.vue | 10 +- src/views/Jyh/Version/Detail/Dependency.vue | 121 ++++++------ .../Version/Detail/VulnerabilitiesList.vue | 46 +---- 7 files changed, 239 insertions(+), 239 deletions(-) diff --git a/src/components/AIRepair/Table.vue b/src/components/AIRepair/Table.vue index 5a68f71..7b356e2 100644 --- a/src/components/AIRepair/Table.vue +++ b/src/components/AIRepair/Table.vue @@ -1,7 +1,6 @@ @@ -12,15 +11,14 @@ export default defineComponent({ props: { tableConfig: { type: Array, - default: () => [], + default: () => [] }, dataSource: { type: Array, - default: () => [], - }, + default: () => [] + } }, setup(props) { - onMounted(() => { console.log('props', props); }); @@ -37,10 +35,8 @@ export default defineComponent({ }; return { props, handleSortChange, sortDateMethod, sortNameMethod }; - }, + } }); - \ No newline at end of file + diff --git a/src/components/SettingTable/index.vue b/src/components/SettingTable/index.vue index 2967f43..e175d1b 100644 --- a/src/components/SettingTable/index.vue +++ b/src/components/SettingTable/index.vue @@ -1,21 +1,20 @@