lxf 1 year ago
parent
commit
27f9c5df66
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/group/product/associated-configuration/index.vue

+ 4 - 4
src/views/group/product/associated-configuration/index.vue

@@ -7,10 +7,10 @@
       :loading="loading"
       highlight-current-row
       :action-list="[
-        // {
-        //   text: '新增',
-        //   action: () => clickModal(),
-        // },
+        {
+          text: '新增',
+          action: () => clickModal(),
+        },
         {
           text: '应用包材配置',
           action: () => clickUse(),