资料网员的修改

This commit is contained in:
fengachen
2021-10-19 16:02:26 +08:00
parent e167a380cc
commit 06b5ac09db
4 changed files with 40 additions and 8 deletions
+2 -2
View File
@@ -28,8 +28,8 @@
<view class="list">
<view class="list-item" wx:for="{{list}}" bindtap="projectDetail" wx:key="item" data-project="{{item}}">
<view class="title">
<text>{{item.chargeProject}}</text>
<text>{{item.year}}年</text>
<text>{{item.chargeProject || item.projectName}}</text>
<text>{{item.year || item.particularYear}}年</text>
</view>
<view class="content-text">
<text class="{{item.needInvoice === 0 ? '' : 'all'}}">{{item.needInvoice === 0 ? '不需要发票' : '需要发票'}}</text>