瀏覽代碼

fix: style

tangning 2 年之前
父節點
當前提交
d0e9360211
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>