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({