From 03e4a9d3e38ae126ab8d33a553fe38698e758b55 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Mon, 24 Feb 2025 14:09:15 +0800 Subject: [PATCH] update --- src/views/community/CommunityList.vue | 30 ++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/src/views/community/CommunityList.vue b/src/views/community/CommunityList.vue index 292b259..bd2ba6e 100644 --- a/src/views/community/CommunityList.vue +++ b/src/views/community/CommunityList.vue @@ -44,6 +44,14 @@ /> - + + + 基础费:{{ record.base_price }} 元/单 + + 超 {{ record.extra_package_threshold }} 件,加收 {{ record.extra_package_price }} 元/件 + + + 编辑 @@ -289,7 +297,12 @@ export default defineComponent({ title: '小区名称', dataIndex: 'name', key: 'name', - width: 150, + width: 200, + }, + { + title: '配送定价', + key: 'delivery_price', + width: 200, }, { title: '地址', @@ -1066,4 +1079,19 @@ export default defineComponent({ font-size: 12px; margin-top: 4px; } + +.delivery-price-info { + line-height: 1.5; + font-size: 13px; + + > div { + margin-bottom: 2px; + + &:last-child { + margin-bottom: 0; + color: rgba(0, 0, 0, 0.65); + font-size: 12px; + } + } +} \ No newline at end of file