From a8361a9c2372822f23fa68cc77b63bd7ee5a1b17 Mon Sep 17 00:00:00 2001 From: lzp <1747191978@qq.com> Date: Sun, 15 Mar 2026 13:45:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BF=AE=E6=94=B9=EF=BC=88?= =?UTF-8?q?=E5=A5=97=E9=A4=90=E9=80=89=E6=8B=A9=E9=A1=B9=E5=B1=82=E7=BA=A7?= =?UTF-8?q?=E5=A4=AA=E9=AB=98=EF=BC=8C=E5=AF=BC=E8=87=B4=E4=B8=8B=E4=B8=80?= =?UTF-8?q?=E6=AD=A5=E4=BC=9A=E9=80=89=E6=8B=A9=E5=A5=97=E9=A4=90=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/Patient/chooseSetMeal/index.vue | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/web_client/src/views/Patient/chooseSetMeal/index.vue b/web_client/src/views/Patient/chooseSetMeal/index.vue index 819977e..822a8d2 100644 --- a/web_client/src/views/Patient/chooseSetMeal/index.vue +++ b/web_client/src/views/Patient/chooseSetMeal/index.vue @@ -102,11 +102,10 @@ class="checkbox-group2-item" > -

+

+

{{ item2.scaleName }}({{ item2.questionNum || 0 }}) @@ -427,7 +426,7 @@ export default { if (row1.scaleList) { // console.log(row1.scaleList); let scaleCodeList = row1.scaleList.map( - (item) => item.scaleCode + (item) => item.scaleCode, ); this.checkboxGroup2 = [ ...this.checkboxGroup2, @@ -525,6 +524,8 @@ export default { evaluationId: this.createId, scaleList, }; + console.log("param", param); + let res = await bindScale(param); const { code, msg, data } = res; if (code === 200) { @@ -947,7 +948,7 @@ export default { right: 0; margin: 0 auto; bottom: 20px; - z-index: 9999; + z-index: 66; } .divul { display: flex; @@ -1047,6 +1048,7 @@ export default { border: 2px solid #5cc0be; margin: 5px; height: 58px; + position: relative; } .checkbox-group2 h2 { font-size: 22px; @@ -1060,7 +1062,7 @@ export default { left: 0px; right: 0px; height: 58px; - z-index: 8888; + z-index: 9999; } .div-scale-box { // border-top: 1px solid #e1e9f1;