forked from github/dataease
Merge pull request #2012 from dataease/pr@dev@feat_new-template-import
refactor: 防止视图编辑时先提示告警
This commit is contained in:
commit
9de45fc71e
@ -140,7 +140,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
|
tagType: 'success'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
@ -120,7 +120,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
|
tagType: 'success'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
@ -56,7 +56,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
|
tagType: 'success'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
@ -57,7 +57,7 @@ export default {
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
|
tagType: 'success'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
@ -148,7 +148,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
compareItem: compareItem,
|
compareItem: compareItem,
|
||||||
disableEditCompare: false,
|
disableEditCompare: false,
|
||||||
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
|
tagType: 'success'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
@ -148,7 +148,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
compareItem: compareItem,
|
compareItem: compareItem,
|
||||||
disableEditCompare: false,
|
disableEditCompare: false,
|
||||||
tagType: getItemType(this.dimensionData, this.quotaData, this.item)
|
tagType: 'success'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
Loading…
Reference in New Issue
Block a user