赞
踩
imageName() {
if (this.value != null && this.value !== ‘’) {
return this.value.substr(this.value.lastIndexOf(‘/’) + 1)
} else {
return null
}
},
fileList() {
return [{
name: this.imageName,
url: this.imageUrl
}]
},
showFileList: {
get: function() {
return this.value !== null && this.value !== ‘’ && this.value !== undefined
},
set: function(newValue) {
}
}
},
methods: {
emitInput(val) {
this.$emit(‘input’, val)
},
handleRemove(file, fileList) {
this.emitInput(‘’)
},
handlePreview(file) {
this.dialogVisible = true
},
getUUID() {
return ‘xxxxxxxx-xxxx-4xxx-yxxx-xxxx
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。