tangning il y a 2 ans
Parent
commit
d0e9360211
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/product/firmware/index.vue

+ 2 - 2
src/views/product/firmware/index.vue

@@ -2,8 +2,8 @@
   <PageWrapper contentBackground>
     <template #footer>
       <a-tabs v-model:activeKey="searchInfo.type" @change="tabChange">
-        <!-- <a-tab-pane :key="1" :tab="t('routes.product.type.1')" /> -->
-        <a-tab-pane :key="9" :tab="t('routes.product.type.2')" />
+        <a-tab-pane :key="1" :tab="t('routes.product.type.1')" />
+        <!-- <a-tab-pane :key="9" :tab="t('routes.product.type.2')" /> -->
         <!-- <a-tab-pane :key="3" :tab="t('routes.product.type.3')" /> -->
       </a-tabs>
     </template>