【修改】项目字段修改
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
</view>
|
||||
<view class="empty_custom" style="padding-top:{{statusBarHeight}}px"></view><!-- 空view用来填充自定义头部的padding-top -->
|
||||
<!-- 自定义头部end -->
|
||||
<view>
|
||||
<view class="base">
|
||||
<!-- 作废的图标 -->
|
||||
<image src="../../assets/images/zuofei.png" class="zuofei" wx:if="{{form.status === 6}}"></image>
|
||||
<view class="basic-info">
|
||||
<view class="title">
|
||||
<text>基本信息</text>
|
||||
@@ -22,10 +24,22 @@
|
||||
<text>负责人</text>
|
||||
<text>{{form.principalName}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<text>签订单位</text>
|
||||
<text>{{form.signedCompanyTemporaryName}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<text>签订联系人</text>
|
||||
<text>{{form.signedContactsTemporaryName}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<text>合同金额</text>
|
||||
<text>{{form.contractAmount ? form.contractAmount + '元' : ''}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<text>创建时间</text>
|
||||
<text>{{form.createTime}}</text>
|
||||
</view>
|
||||
<view>
|
||||
<text>关联项目</text>
|
||||
<view class="ass-project">
|
||||
|
||||
Reference in New Issue
Block a user