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