ysy 2 anni fa
parent
commit
3f3bbbcf1a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/material/product/index.vue

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

@@ -25,14 +25,14 @@
           >
             <!-- 表头工具栏 -->
             <template v-slot:action="{ row }">
-              <!-- <el-link
+              <el-link
                 type="primary"
                 :underline="false"
                 icon="el-icon-edit"
                 @click="handleEdit(row)"
               >
                 修改
-              </el-link> -->
+              </el-link>
             </template>
           </ele-pro-table>
         </template>