|
@@ -136,7 +136,8 @@
|
|
endvalue: '',//结束位置
|
|
endvalue: '',//结束位置
|
|
maskTitle:'该行李不属于当前航班,请选择处理方式。',
|
|
maskTitle:'该行李不属于当前航班,请选择处理方式。',
|
|
tabname: '',//按钮名称
|
|
tabname: '',//按钮名称
|
|
- typeShow:true
|
|
|
|
|
|
+ typeShow:true,
|
|
|
|
+ headername: '提示信息',
|
|
}
|
|
}
|
|
},
|
|
},
|
|
created(option) {
|
|
created(option) {
|
|
@@ -173,6 +174,7 @@
|
|
up () {
|
|
up () {
|
|
this.typeShow = false
|
|
this.typeShow = false
|
|
this.maskTitle = '是否确定要拉下该件行李?'
|
|
this.maskTitle = '是否确定要拉下该件行李?'
|
|
|
|
+ this.headername = '下拉提示'
|
|
this.$refs.showMask.show();
|
|
this.$refs.showMask.show();
|
|
},
|
|
},
|
|
confirm:function(e){//确定按钮
|
|
confirm:function(e){//确定按钮
|