diff --git a/src/views/deliveryman/List.vue b/src/views/deliveryman/List.vue
index 763af26..7610b78 100644
--- a/src/views/deliveryman/List.vue
+++ b/src/views/deliveryman/List.vue
@@ -72,13 +72,23 @@
+
+
+ 固定金额
+ ¥{{ record.delivery_commission_fixed }}
+
+
+ 按比例
+ {{ record.delivery_commission_rate || 0 }}%
+
+
{{ record.community_name ? '修改小区' : '设置小区' }}
-
- 设置分佣比例
+
+ 设置分佣
@@ -114,32 +124,68 @@
-
+
-
+
+
+ 按比例分佣
+ 固定金额分佣
+
+
+
+
- 请输入0-100之间的整数
+
+ 配送员可获得订单金额的百分比作为佣金
+
+
+
+
+
+
+ 配送员每单可获得的固定金额佣金
+
@@ -148,15 +194,17 @@