Browse Source

合同管理

devlop
邓雄飞 4 years ago
parent
commit
6fe602e32d
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/contract-manage/index.vue

2
pages/contract-manage/index.vue

@ -47,7 +47,7 @@
</view>
</view>
<view class="footer flex-row-center-space">
<text style="font-size: 30rpx; color: #888888">操作人: {{ item.userName }}</text>
<text style="font-size: 30rpx; color: #888888">操作人: {{ item.userName || item.mobile }}</text>
<text style="font-size: 28rpx; color: #007aff" @click="viewContract(item.downloadUrl)">查看</text>
</view>
</view>

Loading…
Cancel
Save