snow 1 year ago
parent
commit
e2286b76ea
2 changed files with 2 additions and 2 deletions
  1. 0 0
      dist/static/js/0.js
  2. 2 2
      src/views/goodStore/goodsCost/index.vue

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 2 - 2
src/views/goodStore/goodsCost/index.vue

@@ -393,7 +393,7 @@
           content="复制商品"
           placement="top"
         >
-          <i class="el-icon-document-copy tb-icon" @click="good_copy(scope.row.spuCode)"></i>
+          <i class="el-icon-document-copy tb-icon" @click="goodCopy(scope.row.spuCode)"></i>
         </el-tooltip>
 
         <!-- <el-tooltip
@@ -785,7 +785,7 @@ export default {
         await this.searchList();
       }
     },
-    async good_copy(spuCode) {
+    async goodCopy(spuCode) {
       await this.$confirm(`确定要复制该商品?`, {
         confirmButtonText: "确定",
         cancelButtonText: "取消",

Some files were not shown because too many files changed in this diff