资料网员的修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user