From 13e7128f5d7749a14eccaf47381fadc6c82e98bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Tue, 9 Jan 2024 10:54:46 +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/liner/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/board/liner/index.vue b/src/views/board/liner/index.vue index b373d1c..57b6119 100644 --- a/src/views/board/liner/index.vue +++ b/src/views/board/liner/index.vue @@ -155,23 +155,23 @@ export default { RequestDataSet: [ { e: 'nd-01', - i: "", + i: "scada_xk_bz_pro_01('')", f: (e) => { - this.team = e + this.team = e[0].COLUMN_A + this.planNum = e[0].COLUMN_B + this.practicalNum = e[0].COLUMN_C } }, { e: 'nd-02', i: "", f: (e) => { - this.planNum = e } }, { e: 'nd-03', i: "", f: (e) => { - this.practicalNum = e } }, {