|
|
@@ -12,7 +12,7 @@ Page({
|
|
|
{ name: 'remarks', title: mixins.$t('roleRemarks') }],
|
|
|
// 弹出按钮
|
|
|
buttonList: [{ name: 'select-functional-permissions', url: '/package-base-select/pages/select-functional-permissions/select-functional-permissions', title: mixins.$t('functionalPermissions') }, { name: 'copy-add', title: mixins.$t('copyAndAdd') }, { name: 'select-sensitive-data', title: mixins.$t('sensitiveData'), url: '/package-base-select/pages/select-sensitive-data/select-sensitive-data' },
|
|
|
- { name: 'collection', title: mixins.$t('enableDeactivate') }],
|
|
|
+ { name: 'collection', title: mixins.$t('enableDisable') }],
|
|
|
totallength: 234999, //视图下方提醒数量
|
|
|
selectTotallength: 12,
|
|
|
selectlength: 5,
|
|
|
@@ -148,7 +148,7 @@ Page({
|
|
|
let buttonList = this.data.buttonList
|
|
|
buttonList.forEach(res => {
|
|
|
if (res.name == 'collection' && item.flgValid) {
|
|
|
- res.title =mixins.$t('deactivate')
|
|
|
+ res.title =mixins.$t('disable')
|
|
|
} else if (res.name == 'collection' && !item.flgValid) {
|
|
|
res.title = mixins.$t('enable')
|
|
|
}
|