From e88ecdee240ca4dd00d9179d507a2fa08caac822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Sun, 7 Jan 2024 18:56:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/board/caseShell/index2.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/board/caseShell/index2.vue b/src/views/board/caseShell/index2.vue index b33703c..1473d9b 100644 --- a/src/views/board/caseShell/index2.vue +++ b/src/views/board/caseShell/index2.vue @@ -146,21 +146,22 @@ export default { e: 'xkqhb-01', i: "", f: (e) => { - this.team = e + console.log(e[0].COLUMN_A) + this.team = e[0].COLUMN_A + this.planNum = e[0].COLUMN_B + this.practicalNum = e[0].COLUMN_C } }, { e: 'xkqhb-02', i: "", f: (e) => { - this.planNum = e } }, { e: 'xkqhb-03', i: "", f: (e) => { - this.practicalNum = e } }, {