【修改】项目字段修改
This commit is contained in:
@@ -38,12 +38,22 @@
|
||||
<text>{{item.chargeProject || item.projectName}}</text>
|
||||
<text>{{item.year || item.particularYear}}年</text>
|
||||
</view>
|
||||
<view class="content-text">
|
||||
<!-- 工作组项目展示begin -->
|
||||
<block>
|
||||
<view class="item-content">项目负责人:{{item.name || item.directorName}}</view>
|
||||
<view class="item-content">负责人电话:{{item.phone}}</view>
|
||||
<view class="item-content">负责人邮箱:{{item.userInfo.email}}</view>
|
||||
<view class="item-content">运行周期:</view>
|
||||
<view class="item-content">缴费凭证:</view>
|
||||
</block>
|
||||
<!-- 工作组项目展示end -->
|
||||
<!-- 应该是不要了 -->
|
||||
<!-- <view class="content-text">
|
||||
<text class="{{item.needInvoice === 0 ? '' : 'all'}}">{{item.needInvoice === 0 ? '不需要发票' : '需要发票'}}</text>
|
||||
<text class="{{item.inAccount === 0 ? '' : item.inAccount === 2 ? 'half' : 'all'}}">到账</text>
|
||||
<text class="{{item.makeInvoice === 0 ? '' : item.makeInvoice === 2 ? 'half' : 'all'}}">开票</text>
|
||||
<text class="{{item.mail === 0 ? '' : 'all'}}">邮寄</text>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view wx:if="{{list.length === 0}}" class="no-data">
|
||||
|
||||
Reference in New Issue
Block a user