diff --git a/src/views/product/info/index.vue b/src/views/product/info/index.vue
index e564ddb..c231f5c 100644
--- a/src/views/product/info/index.vue
+++ b/src/views/product/info/index.vue
@@ -1,213 +1,243 @@
-
-
+
+
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
- 查询结果
+ 搜索
重置
+
+
+ 新增
+
+
+ 修改
+
+
+ 删除
+
+
+ 导出
+
+
+
-
-
+
+
+
+
+
- {{ scope.$index +1}}
+
-
-
+
-
+
-
-
-
- 名稱:{{ scope.row.bookName }}
-
-
-
-
-
- 价格:¥{{ scope.row.salePrice }}
- 货号:{{ scope.row.productNumber }}
-
-
-
-
-
- 上架:
- 新品:
- 推荐:
-
-
-
-
-
-
- {{ scope.row.productExamine==0?'待审核':scope.row.productExamine==1?'通过':'驳回'}}
- 审核详情
-
-
-
-
+
+
+
查看
+ type="text"
+ icon="el-icon-edit"
+ @click="handleUpdate(scope.row)"
+ v-hasPermi="['product:brand:edit']"
+ >修改
删除
+ type="text"
+ icon="el-icon-delete"
+ @click="handleDelete(scope.row)"
+ v-hasPermi="['product:brand:remove']"
+ >删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{dict.label}}
+
+
+
+
+
+
+
+
+
+
+
+