|
@ -9,7 +9,9 @@ |
|
|
<van-tab title="待处理"> |
|
|
<van-tab title="待处理"> |
|
|
<card :tableData="list" @handelServiceConfirm="handelServiceConfirm"></card> |
|
|
<card :tableData="list" @handelServiceConfirm="handelServiceConfirm"></card> |
|
|
</van-tab> |
|
|
</van-tab> |
|
|
<van-tab title="已完成">内容 3</van-tab> |
|
|
<van-tab title="已完成"> |
|
|
|
|
|
<card :tableData="list"></card> |
|
|
|
|
|
</van-tab> |
|
|
</van-tabs> |
|
|
</van-tabs> |
|
|
</div> |
|
|
</div> |
|
|
<van-dialog v-model="showRole" title="请选择接单身份" show-cancel-button @confirm="receiveService"> |
|
|
<van-dialog v-model="showRole" title="请选择接单身份" show-cancel-button @confirm="receiveService"> |
|
|