diff --git a/src/components/userList/index.vue b/src/components/userList/index.vue index d6d5765..4f392d0 100644 --- a/src/components/userList/index.vue +++ b/src/components/userList/index.vue @@ -5,11 +5,12 @@
- + + - + 注:将用户添加为员工时,请确保用户先关注本店铺 @@ -97,7 +98,8 @@ export default { tableFrom: { page: 1, limit: 20, - nickname: '' + nickname: '', + uid: '' } } }, @@ -141,5 +143,8 @@ export default { diff --git a/src/views/systemForm/setSystem/modifyStoreInfo.vue b/src/views/systemForm/setSystem/modifyStoreInfo.vue index 017794c..b4eeb95 100644 --- a/src/views/systemForm/setSystem/modifyStoreInfo.vue +++ b/src/views/systemForm/setSystem/modifyStoreInfo.vue @@ -13,7 +13,7 @@ 商户负责人手机号: {{ merData.mer_phone }}
-
+
商户分类: {{ merData.merchantCategory.category_name || "" }}
@@ -21,7 +21,7 @@ 商户类型: {{ merData.merchantType.type_name }}
-
+
商户类别: {{ merData.is_trader ? "自营" : "非自营" }}
@@ -352,7 +352,7 @@
-
+
商户手续费: {{ Number(merData.commission_rate) > 0 ? (parseFloat(merData.commission_rate)).toFixed(2) : (parseFloat(merData.merchantCategory.commission_rate * 100)).toFixed(2)}}%