| | |
| | | </text> --> |
| | | <!-- <up-tag class='c-m-r-10' :text="item.orderStatusName" shape="circle" type="success" |
| | | plain plainFill size='mini'></up-tag> --> |
| | | <up-text :type="item.orderStatus==0?'primary':'success'" :text="item.orderStatusName" size='12'></up-text> |
| | | <up-text :type="item.orderStatus==0?'primary':'success'" |
| | | :text="item.orderStatusName" size='12'></up-text> |
| | | <!-- <up-button class='c-m-r-10' :text="item.isEn?'下架':'上架'" disabled shape="circle" |
| | | v-if="item.orderStatus==0" :type="item.isEn?'error':'primary'" size='mini' |
| | | @click.stop="manageOrder(item)"></up-button> --> |
| | |
| | | </text> |
| | | </view> |
| | | <view class="chuany-width50"> |
| | | 工价:{{item.workPrice}}<template v-if="item.workPriceMax">~{{item.workPriceMax}}</template> |
| | | 已招人数:{{item.worderCounted}} 人 |
| | | </view> |
| | | <view class="chuany-width50"> |
| | | <text> |
| | | 待审核人数:{{item.workerDaiCount}} 人 |
| | | </text> |
| | | </view> |
| | | <view class="chuany-width50"> |
| | | 工价:{{item.workPrice}}<template |
| | | v-if="item.workPriceMax">~{{item.workPriceMax}}</template> |
| | | {{item.workerType==0?'元/小时':'元/件'}} |
| | | </view> |
| | | <view class=""> |
| | | <up-button hoverStopPropagation :text="item.isEn?'下架':'上架'" shape="circle" :loading='item.isLoading' :loadingText="item.isEn?'下架中':'上架中'" |
| | | <up-button hoverStopPropagation :text="item.isEn?'下架':'上架'" shape="circle" |
| | | :loading='item.isLoading' :loadingText="item.isEn?'下架中':'上架中'" |
| | | v-if="item.orderStatus==0" :type="item.isEn?'error':'primary'" size='mini' |
| | | @tap.stop="manageOrder(item)"></up-button> |
| | | </view> |