@@ -1,11 +1,11 @@
<template>
- <!-- <a-tabs :active-key="params.type" @update:active-key="updateType">
+ <a-tabs :active-key="params.type" @update:active-key="updateType">
<a-tab-pane
v-for="option in tabOptions"
:key="option.key"
:tab="option.label"
/>
- </a-tabs> -->
+ </a-tabs>
<a-table
row-key="num"
:data-source="list"