zhuhao 1 anno fa
parent
commit
7bdbda99ab
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/product/components/framework/viewIndex.vue

+ 1 - 1
src/views/product/components/framework/viewIndex.vue

@@ -8,7 +8,7 @@
             <p>{{ row.type == 1 ? '产品类别名称:' : '产品名称:' }}{{ row.name }}</p>
           </div>
           <div>
-            <el-button type="primary" size="small" @click="handleImport">导 入</el-button>
+            <!-- <el-button type="primary" size="small" @click="handleImport">导 入</el-button> -->
           </div>
         </div>
       </el-header>