Skip to content

Commit

Permalink
bugfix: 模版导入弹窗操作按钮文案调整 TencentBlueKing#85
Browse files Browse the repository at this point in the history
  • Loading branch information
luofann committed Apr 11, 2019
1 parent 939e86f commit cdadb57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ export default {
'cc_id': state => state.cc_id
}),
exportConflict () {
return this.exportList.length ? this.i18n.replaceWithoutConflict : this.i18n.reservedSubmit
return this.exportList.length ? this.i18n.replaceSubmit : this.i18n.replaceWithoutConflict
},
overrideFlict () {
return this.overrideList.length ? this.i18n.replaceSubmit : this.i18n.reservedWithoutConflict
return this.overrideList.length ? this.i18n.reservedSubmit : this.i18n.reservedWithoutConflict
},
isEmpty () {
return !this.exportList.length || this.exportList.length && this.isChecked && !this.overrideList.length
Expand Down

0 comments on commit cdadb57

Please sign in to comment.