| | |
| | | <up-divider></up-divider> |
| | | <view class="item-details"> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">客户合同号</text> |
| | | <text class="detail-value">{{ item.customerContractNo }}</text> |
| | | </view> |
| | | <view class="detail-row"> |
| | | <text class="detail-label">客户名称</text> |
| | | <text class="detail-value">{{ item.customerName }}</text> |
| | | </view> |
| | |
| | | > |
| | | 编辑回款 |
| | | </u-button> --> |
| | | <u-button type="error" |
| | | <!-- <u-button type="error" |
| | | size="small" |
| | | class="action-btn" |
| | | :disabled="item.registrant !== userStore.nickName" |
| | | @click="delitem(item)"> |
| | | 删除 |
| | | </u-button> |
| | | </u-button> --> |
| | | </view> |
| | | </view> |
| | | </view> |