tangning 2 tahun lalu
induk
melakukan
d0e9360211
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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>