瀏覽代碼

feat: 放开所有类型场景

bill 2 年之前
父節點
當前提交
ef8ba8a60d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/scene/select-scenes.vue

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

@@ -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"