[fix 87646] 资料中心-操作列没有居中展示

This commit is contained in:
danshihao
2024-07-30 15:07:49 +08:00
parent 8790c9ffeb
commit c78811fb55
@@ -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
}