支付方式
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -33,7 +33,7 @@ | ... | @@ -33,7 +33,7 @@ |
| 33 | </view> | 33 | </view> |
| 34 | <view class="info-row"> | 34 | <view class="info-row"> |
| 35 | <text class="label">支付方式</text> | 35 | <text class="label">支付方式</text> |
| 36 | <text class="value">{{ item.ziZhangBu ? '对公转账' : '民生付' }}</text> | 36 | <text class="value">{{ form.ziZhangBu ? '对公转账' : '民生付' }}</text> |
| 37 | </view> | 37 | </view> |
| 38 | <view class="info-row"> | 38 | <view class="info-row"> |
| 39 | <text class="label">提交日期</text> | 39 | <text class="label">提交日期</text> | ... | ... |
-
Please register or sign in to post a comment