From 17f2349647799cd003bcfd35383c8bd890ea6bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=93=B2=E5=A5=87?= <13840175730@139.com> Date: Wed, 25 Dec 2024 15:25:16 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=B8=8A=E6=96=99=E6=8A=A5=E5=B7=A5=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=9E=AE=E4=BD=8D=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=202.=E4=BF=AE=E5=A4=8D=E7=94=9F=E6=88=90=E6=9D=90=E8=B4=A8?= =?UTF-8?q?=E8=B7=9F=E8=B8=AA=E6=95=B0=E6=8D=AE=E5=BC=82=E5=B8=B8=E9=97=AE?= =?UTF-8?q?=E9=A2=98=203.=E4=BF=AE=E6=AD=A3=E9=9B=B6=E4=BB=B6=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=8A=B6=E6=80=81=E6=9C=AA=E5=88=86=E9=85=8D=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/zyjhzx/components/SliaoSearch.vue | 7 +++++++ src/views/zyjhzx/components/search.js | 13 ++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/src/views/zyjhzx/components/SliaoSearch.vue b/src/views/zyjhzx/components/SliaoSearch.vue index 64c6fc3..7eedb58 100644 --- a/src/views/zyjhzx/components/SliaoSearch.vue +++ b/src/views/zyjhzx/components/SliaoSearch.vue @@ -3,6 +3,7 @@ + @@ -44,9 +45,15 @@ export default { dcFd:'', sllsh:'', zylx:'', + slkcdw:'', }, gylxSelectData:'', zylx:[], + kwOptions:[ + {label:'A',value:'A'}, + {label:'B',value:'B'}, + {label:'C',value:'C'}, + ], gylx:[ {label:'坡口',value:['pkbs']}, {label:'打磨',value:['dmbs']}, diff --git a/src/views/zyjhzx/components/search.js b/src/views/zyjhzx/components/search.js index 5c15195..3d561eb 100644 --- a/src/views/zyjhzx/components/search.js +++ b/src/views/zyjhzx/components/search.js @@ -37,7 +37,7 @@ const search=function (){ }) group.add(fdRect) - const lxRect=new Konva.Rect({ + const kwRect=new Konva.Rect({ x: 345, y: 0, fill:'#ffffff', @@ -46,6 +46,17 @@ const search=function (){ stroke:'white', strokeWidth:1, }) + group.add(kwRect) + + const lxRect=new Konva.Rect({ + x: 450, + y: 0, + fill:'#ffffff', + width: 105, + height:20, + stroke:'white', + strokeWidth:1, + }) group.add(lxRect) // const sljhrqRect=new Konva.Rect({