From c008dfd212ecf9efe0efb33b360b14aeac809012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?home=E5=AD=99?= <1162067978@qq.com> Date: Tue, 16 Sep 2025 16:58:05 +0800 Subject: [PATCH] 9/16 --- src/views/page/skylight.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/page/skylight.vue b/src/views/page/skylight.vue index 71598895..428fbc71 100644 --- a/src/views/page/skylight.vue +++ b/src/views/page/skylight.vue @@ -268,7 +268,7 @@ export default { }, //类型选择 handleCommand(index) { - this.TypeSel = this.typeSelList[index].name + this.TypeSel = this.typeSelList[index].label this.TypeSelIndex = this.typeSelList[index].value var dataNum = { target: { @@ -391,7 +391,7 @@ export default { this.typeSelList.forEach((el, index) => { if (el.value == this.inputData[21657 + (this.indexs - 1)]) { - this.TypeSel = el.name + this.TypeSel = el.label this.TypeSelIndex = el.value } if (this.inputData[21657 + (this.indexs - 1)] == 0) {