Browse Source

feat: 放开所有类型场景

bill 2 years ago
parent
commit
ef8ba8a60d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/scene/select-scenes.vue

+ 2 - 2
src/views/scene/select-scenes.vue

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