eedfcf54 by lttnew

支付方式

1 parent d83c1515
...@@ -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>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!