diff --git a/buyer/src/components/Search.vue b/buyer/src/components/Search.vue
index a14ae482..74e6ae00 100644
--- a/buyer/src/components/Search.vue
+++ b/buyer/src/components/Search.vue
@@ -157,6 +157,6 @@ export default {
position: relative;
height: 0px;
top: -38px;
- left: 339px;
+ left: 352px;
}
diff --git a/manager/src/views/goods/goods-manage/category.vue b/manager/src/views/goods/goods-manage/category.vue
index a2302f04..63733b76 100644
--- a/manager/src/views/goods/goods-manage/category.vue
+++ b/manager/src/views/goods/goods-manage/category.vue
@@ -4,8 +4,14 @@
-
+
- 编辑绑定品牌
- 编辑绑定规格
- 编辑绑定参数
+ 编辑绑定品牌
+ 编辑绑定规格
+ 编辑绑定参数
@@ -27,14 +39,28 @@
编辑
- 启用
- 禁用
+ 启用
+ 禁用
删除
-
@@ -42,18 +68,31 @@
{{ scope.row.commissionRate }}%
-
-
- {{row.deleteFlag == false ? '正常启用' : '禁用'}}
+
+
+ {{ row.deleteFlag == false ? "正常启用" : "禁用" }}
-
+
-
+
取消
- 提交
+ 提交
-
+
取消
- 提交
+ 提交
-
diff --git a/manager/src/views/sys/setting-manage/pay/WECHAT_PAYMENT.vue b/manager/src/views/sys/setting-manage/pay/WECHAT_PAYMENT.vue
index 4d728e7a..3bb70023 100644
--- a/manager/src/views/sys/setting-manage/pay/WECHAT_PAYMENT.vue
+++ b/manager/src/views/sys/setting-manage/pay/WECHAT_PAYMENT.vue
@@ -1,54 +1,58 @@