소스 검색

fix: xtable topAction

xingyu 2 년 전
부모
커밋
91e8da47e5
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      yudao-ui-admin-vue3/src/components/XTable/src/XTable.vue

+ 4 - 0
yudao-ui-admin-vue3/src/components/XTable/src/XTable.vue

@@ -259,6 +259,10 @@ const getToolBarConfig = (options: XTableProps) => {
       return
     }
   } else if (!topActionSlots) {
+    options.toolbarConfig = {
+      enabled: true
+    }
+  } else {
     options.toolbarConfig = {
       slots: { buttons: 'toolbar_buttons' }
     }