From 35d00b9bfa8e88671c6a299e6fc1c9e5627fab16 Mon Sep 17 00:00:00 2001 From: jiangs <373297395@qq.com> Date: Mon, 17 Nov 2025 17:42:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E4=BB=AA=E5=99=A8=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pnpm-lock.yaml | 13 +++++++ src/views/liswork/labItem/index.vue | 3 +- .../liswork/labItem/tab/CommonlyValues.vue | 17 ++++---- src/views/liswork/labItem/tab/useInstr.vue | 39 ++++++++++++------- 4 files changed, 46 insertions(+), 26 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1da1977..9b06f24 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -92,6 +92,9 @@ importers: vue3-print-nb: specifier: ^0.1.4 version: 0.1.4(typescript@5.9.3) + vue3-seamless-scroll: + specifier: ^3.0.2 + version: 3.0.2(vue@3.5.23(typescript@5.9.3)) vue3-select2-component: specifier: ^0.1.7 version: 0.1.7 @@ -2711,6 +2714,9 @@ packages: vue3-print-nb@0.1.4: resolution: {integrity: sha512-LExI7viEzplR6ZKQ2b+V4U0cwGYbVD4fut/XHvk3UPGlT5CcvIGs6VlwGp107aKgk6P8Pgx4rco3Rehv2lti3A==} + vue3-seamless-scroll@3.0.2: + resolution: {integrity: sha512-LpKoL1ht71MASabUBsoSqbhLqcuKSrD+u01dgHac+/cthPAShKvcdM7dSGtaxjVntSFqdeViqJssjcwy/KqRSA==} + vue3-select2-component@0.1.7: resolution: {integrity: sha512-8UPZmFl02I47XwW+j8ICmHyAND8wfbavlvMrqh10wwdSVER1aF2kI9XCmfIrNlVQvxSbvc0mJjWQAHHSCW9dkw==} @@ -5611,6 +5617,13 @@ snapshots: transitivePeerDependencies: - typescript + vue3-seamless-scroll@3.0.2(vue@3.5.23(typescript@5.9.3)): + dependencies: + element-plus: 2.11.5(vue@3.5.23(typescript@5.9.3)) + transitivePeerDependencies: + - '@vue/composition-api' + - vue + vue3-select2-component@0.1.7: dependencies: jquery: 3.7.1 diff --git a/src/views/liswork/labItem/index.vue b/src/views/liswork/labItem/index.vue index 2a4a964..b18447f 100644 --- a/src/views/liswork/labItem/index.vue +++ b/src/views/liswork/labItem/index.vue @@ -195,7 +195,7 @@ const yqdlFields = ref([ ]) //tab页数据 -const tabDataList = ref(); +const tabDataList = ref([]); //选中行数据 const selectRow = ref(); @@ -271,7 +271,6 @@ const rowChange = (row: any) => { if(res.data.xmValNewRows){ tabDataList.value = res.data.xmValNewRows[0] || []; } - break; case 'UseInstr': if(res.data.xmInfoVsRows){ diff --git a/src/views/liswork/labItem/tab/CommonlyValues.vue b/src/views/liswork/labItem/tab/CommonlyValues.vue index b14568a..be1b411 100644 --- a/src/views/liswork/labItem/tab/CommonlyValues.vue +++ b/src/views/liswork/labItem/tab/CommonlyValues.vue @@ -7,18 +7,18 @@ -