From 9e38eb7030cf9de8a47b055409d937c730d85f9b Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 25 Sep 2025 10:16:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B9=B3=E5=8F=B0=E6=94=BF=E7=AD=96?= =?UTF-8?q?=E9=A1=B5):=20=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/PlatformPolicyView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/PlatformPolicyView.vue b/src/views/PlatformPolicyView.vue index e221b2d..1d2d046 100644 --- a/src/views/PlatformPolicyView.vue +++ b/src/views/PlatformPolicyView.vue @@ -50,7 +50,7 @@ gap: 5px; " > -
Member Salary
+
Host salary
${{ policy.memberSalary || 0 }}
@@ -64,7 +64,7 @@ gap: 5px; " > -
Owner Salary
+
Agent Salary
${{ policy.ownSalary || 0 }}