|
@@ -287,12 +287,12 @@ export default{
|
287
|
287
|
obj_a:{a_markNum:'',a_left:'',a_top:''},//助辅工具a的对象
|
288
|
288
|
obj_v:{v_markNum:'',v_left:'',v_top:''},//助辅工具v的对象
|
289
|
289
|
|
290
|
|
- A_left:390,//A端X
|
291
|
|
- A_top:180,//A端Y
|
|
290
|
+ // A_left:390,//A端X
|
|
291
|
+ // A_top:180,//A端Y
|
292
|
292
|
a_num:1,//控制a端是否显示和高亮
|
293
|
293
|
|
294
|
|
- V_left:184,//V端X
|
295
|
|
- V_top:180,//V端Y
|
|
294
|
+ // V_left:184,//V端X
|
|
295
|
+ // V_top:180,//V端Y
|
296
|
296
|
v_num:1,//控制v端是否显示和高亮
|
297
|
297
|
|
298
|
298
|
text_arr:[],//文本框
|
|
@@ -339,6 +339,7 @@ export default{
|
339
|
339
|
// this.getPatientSitemap(this.patientID)
|
340
|
340
|
},
|
341
|
341
|
mounted(){
|
|
342
|
+ console.log('asdfdfgfd',this.fuzhuA);
|
342
|
343
|
},
|
343
|
344
|
methods:{
|
344
|
345
|
add(){
|
|
@@ -713,10 +714,10 @@ export default{
|
713
|
714
|
this.obj_a.a_left= this.fuzhuA_left
|
714
|
715
|
this.obj_a.a_top=this.fuzhuA_top
|
715
|
716
|
this.fuzhuA.push(this.obj_a)
|
|
717
|
+ this.fuzhuA.shift()
|
716
|
718
|
console.log('asdfdfgfd',this.fuzhuA);
|
717
|
719
|
return this.fuzhuA_num = 2
|
718
|
720
|
}else{
|
719
|
|
- this.fuzhuA.shift()
|
720
|
721
|
console.log('辅助工具a2222');
|
721
|
722
|
return this.fuzhuA_num = 1
|
722
|
723
|
}
|
|
@@ -728,6 +729,7 @@ export default{
|
728
|
729
|
this.obj_v.v_left= this.fuzhuV_left
|
729
|
730
|
this.obj_v.v_top=this.fuzhuV_top
|
730
|
731
|
this.fuzhuV.push(this.obj_v)
|
|
732
|
+ this.fuzhuV.shift()
|
731
|
733
|
console.log('辅助工具v1111',this.fuzhuV);
|
732
|
734
|
return this.fuzhuV_num = 2
|
733
|
735
|
}else{
|