| | |
| | | </view> |
| | | <view class="c-p-b-20"> |
| | | 历史工价: |
| | | <view class="chuany-flex chuany-justify-between c-p-t-10" v-for="item in orderObj.orderBiddingWorkPrices"> |
| | | <view class="chuany-flex chuany-justify-between c-p-t-10" v-for="item in orderObj.orderBiddingWorkPrices" :key='item.id'> |
| | | <view class=""> |
| | | {{$util.formatDate(item.effectTime)}} |
| | | </view> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="tabbtns" v-if="!orderObj.isSelected"> |
| | | <!-- <view class="tabbtns" v-if="!orderObj.isSelected"> |
| | | <up-button color='#fece01' :loading='isLoading' loadingText="报名中" class="text-69" text="报名" |
| | | @click="enroll"></up-button> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | </template> |
| | | |