审核状态

This commit is contained in:
chc
2023-08-03 16:04:18 +08:00
parent f324fbe71d
commit 53917d32c0

View File

@@ -7,7 +7,7 @@
<view class="title">{{
item.distributionCashStatus == "APPLY"
? "待处理"
: item.distributionCashStatus == "PASS"
: item.distributionCashStatus == "VIA_AUDITING"
? "通过"
: "拒绝"
}}</view>