diff --git a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue index 7212e22..d21373d 100644 --- a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue +++ b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue @@ -189,7 +189,6 @@ export default { // 操作 { title: this.$t('operation'), - fixed: 'right', width: 150, scopedSlots: { customRender: 'action' } } @@ -266,7 +265,7 @@ export default { }) }, handleAdd: function () { - if (!this.selectedTreeKeys||this.selectedTreeKeys.length === 0) { + if (!this.selectedTreeKeys || this.selectedTreeKeys.length === 0) { this.$message.warning(this.$t('standardRegulationLibrary.profileCenter.pleaseSelectTheDirectoryOnTheLeft')) return }