chenrui  1 year ago
parent
commit
16d2965a25
1 changed files with 3 additions and 1 deletions
  1. 3 1
      pages/sorting/index.vue

+ 3 - 1
pages/sorting/index.vue

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