Browse Source

Merge branch 'master' into 测试

lxf 1 year ago
parent
commit
c69a92c3cd
1 changed files with 2 additions and 4 deletions
  1. 2 4
      src/views/group/product/management/index.vue

+ 2 - 4
src/views/group/product/management/index.vue

@@ -28,20 +28,19 @@
                 text: '批量修改包材',
                 action: () => batchPackagingModification(),
               },
-
           props.selectStatus
             ? {}
             : {
                 text: '手动同步SKU',
                 action: () => clickSynchronization(),
               },
-
           props.selectStatus
             ? {}
             : {
                 text: '导入SKU',
                 action: () => clickImport(),
-              }, // {
+              },
+          // {
           //   text: '操作日志',
           //   action: () => viewLogs(),
           // },
@@ -422,7 +421,6 @@ const clickPackagingModificationCancel = (status) => {
     getList();
   }
 };
-
 const clickSynchronization = () => {
   loading.value = true;
   proxy.post("/orderHandle/syncSku", {}).then(