perf: update account template

This commit is contained in:
feng
2022-11-30 20:43:05 +08:00
parent 105230eeb0
commit 7ea639c078

View File

@@ -35,7 +35,7 @@ export default {
actions: {
formatter: ActionsFormatter,
formatterArgs: {
hasUpdate: false, // can set function(row, value)
hasUpdate: true, // can set function(row, value)
hasDelete: false, // can set function(row, value)
hasClone: this.hasClone,
moreActionsTitle: this.$t('common.More'),