diff --git a/src/views/product/info/index.vue b/src/views/product/info/index.vue
index 257b6f1..e564ddb 100644
--- a/src/views/product/info/index.vue
+++ b/src/views/product/info/index.vue
@@ -1,281 +1,213 @@
-
-
+
+
-
-
+
+
+
+
+
+
+
+
-
-
+ 44
-
-
-
+ style="width: 240px"
+ >
+
+
+
+
+
- 搜索
+ 查询结果
重置
-
-
- 新增
-
-
- 修改
-
-
- 删除
-
-
- 导出
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+ {{ scope.$index +1}}
-
+
+
-
+
-
+
+
-
+ 名稱:{{ scope.row.bookName }}
-
-
-
-
+
+
+
+ 价格:¥{{ scope.row.salePrice }}
+ 货号:{{ scope.row.productNumber }}
+
+
+
+
+
+ 上架:
+ 新品:
+ 推荐:
+
+
+
+
+
+
+ {{ scope.row.productExamine==0?'待审核':scope.row.productExamine==1?'通过':'驳回'}}
+ 审核详情
+
+
+
+
修改
+ @click="handleDetails(scope.row.id)">查看
删除
+ type="danger"
+ @click="handleDelete(scope.row.id)">删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{dict.label}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-