|
@@ -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: "取消",
|