From b3a01cdbf631a9209ca57b7ee12e380dd5624b6c Mon Sep 17 00:00:00 2001 From: sdfwds4 Date: Sat, 6 Nov 2021 08:12:50 +0000 Subject: [PATCH] =?UTF-8?q?update=20pages/tixian/tixian.vue.=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=8F=90=E7=8E=B0=E5=88=97=E8=A1=A8=E4=B8=8A=E7=9A=84?= =?UTF-8?q?=E5=B7=B2=E6=89=93=E6=AC=BE=E8=AF=AF=E8=A2=AB=E5=86=99=E6=88=90?= =?UTF-8?q?=E5=B7=B2=E5=90=8C=E6=84=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tixian/tixian.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/tixian/tixian.vue b/pages/tixian/tixian.vue index 10e4f3d..237ccc2 100644 --- a/pages/tixian/tixian.vue +++ b/pages/tixian/tixian.vue @@ -56,7 +56,7 @@ - {{ item.status == 1 ? '已同意' : '已拒绝' }} + {{ item.status == 1 ? '已打款' : '已拒绝' }} @@ -237,4 +237,4 @@ height: 500px; box-sizing: border-box; } - + -- Gitee