From a873cebec174b3327261ed17ca986e3e5faf0291 Mon Sep 17 00:00:00 2001 From: jiangs <373297395@qq.com> Date: Tue, 18 Nov 2025 18:12:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E4=BB=AA=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/Object.d.ts | 11 ++++ src/views/liswork/labItem/tab/useInstr.vue | 72 ++++++++++++++++++---- 2 files changed, 70 insertions(+), 13 deletions(-) diff --git a/src/types/Object.d.ts b/src/types/Object.d.ts index 4645edc..25f3759 100644 --- a/src/types/Object.d.ts +++ b/src/types/Object.d.ts @@ -115,4 +115,15 @@ export class XmValNew { xh?: number; jgbz?: string; +} + +export class XmInfoVs { + yq: string; + xmid: number; + xs?: number; + zkxm?: string; + cksx?: number; + ckxx?: number; + dyckz?: string; + } \ No newline at end of file diff --git a/src/views/liswork/labItem/tab/useInstr.vue b/src/views/liswork/labItem/tab/useInstr.vue index f737463..ff20f7f 100644 --- a/src/views/liswork/labItem/tab/useInstr.vue +++ b/src/views/liswork/labItem/tab/useInstr.vue @@ -6,22 +6,47 @@ 删除 + :config="tableConfig" @row-click="onRowClick"> + + + + + + + \ No newline at end of file