This commit is contained in:
yanran200730
2022-06-01 11:29:34 +08:00
parent 63dc9a16f0
commit ddafd96052

View File

@@ -84,7 +84,7 @@
},
remove () {
this.$confirm('确定删除该条数据').then(() => {
this.$confirm(this.type === 'text' ? '确定删除该条数据?' : '确定删掉该图片').then(() => {
this.$emit('onLongpress', {
type: this.type,
value: this.value,