From c78811fb55cf844186820be578bd3a9f86ae948c Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 30 Jul 2024 15:07:49 +0800 Subject: [PATCH] =?UTF-8?q?[fix=2087646]=20=E8=B5=84=E6=96=99=E4=B8=AD?= =?UTF-8?q?=E5=BF=83-=E6=93=8D=E4=BD=9C=E5=88=97=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=B1=85=E4=B8=AD=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../profileCenter/ProfileCenterList.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }