@@ -11,6 +11,14 @@
</a-button>
</a-space>
</template>
+
+ <template #toolbarTop>
+ <a-space>
+ <a-button type="primary" size="small">新增</a-button>
+ <a-button danger size="small">删除</a-button>
+ </a-space>
+ </template>
<template #toolbarLeft>
<a-space>
<a-button type="primary" size="small" @click="openModal"> 表格选择器弹窗 </a-button>