[fix 87646] 资料中心-操作列没有居中展示
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user