tangning 1 năm trước cách đây
mục cha
commit
036e6f7604
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/views/work/query.vue

+ 3 - 0
src/views/work/query.vue

@@ -36,6 +36,9 @@
         </template>
       </BasicTable>
       <BasicTable @register="registerTable1" v-show="tableType != null">
+        <template #toolbar>
+          <a-button type="primary" @click="handleExport"> 导出</a-button>
+        </template>
         <template #action="{ record }">
           <TableAction
             stopButtonPropagation