mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 20:36:43 +08:00
从陪访消息进入时固定陪访类型
This commit is contained in:
@@ -33,6 +33,10 @@ export default {
|
||||
readonly: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
isDisabled: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
data() {
|
||||
@@ -42,6 +46,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
showPopup() {
|
||||
if (this.isDisabled) return
|
||||
this.isShow = true
|
||||
},
|
||||
closePopup() {
|
||||
|
||||
Reference in New Issue
Block a user