+
-
+
-
-
-
-
+
+
+
+
+
+
+
+
搜索
@@ -33,7 +48,7 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
- v-hasPermi="['product:attributeGroup:add']"
+ v-hasPermi="['product:attrInfo:add']"
>新增
@@ -44,7 +59,7 @@
size="mini"
:disabled="single"
@click="handleUpdate"
- v-hasPermi="['product:attributeGroup:edit']"
+ v-hasPermi="['product:attrInfo:edit']"
>修改
@@ -55,7 +70,7 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
- v-hasPermi="['product:attributeGroup:remove']"
+ v-hasPermi="['product:attrInfo:remove']"
>删除
@@ -65,28 +80,25 @@
icon="el-icon-download"
size="mini"
@click="handleExport"
- v-hasPermi="['product:attributeGroup:export']"
+ v-hasPermi="['product:attrInfo:export']"
>导出
+
-
+
+ 商品规格详情数据列表
+
+
+
+
-
-
-
-
- {{attributeInfo.name}}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
修改
删除
@@ -115,48 +127,36 @@
@pagination="getList"
/>
-
-
+
+
-
-
-
-
-
-
-
-
-
- {{dict.label}}
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/product/rule/index.vue b/src/views/product/rule/index.vue
index 416fb64..29772ca 100644
--- a/src/views/product/rule/index.vue
+++ b/src/views/product/rule/index.vue
@@ -1,5 +1,6 @@