|
|
@ -18,7 +18,7 @@ |
|
|
|
<job-list-popup ref="jobListPopupRef" @selectedItem="selectedItem"></job-list-popup> |
|
|
|
<job-info-popup ref="jobInfoPopupRef"></job-info-popup> |
|
|
|
|
|
|
|
<uni-load-more :status="loadingType" v-if="jobList.length > 0" /> |
|
|
|
<u-loadmore :status="loadingType" v-if="jobList.length > 0" /> |
|
|
|
<win-scan-button @goScan="openScanPopup" v-if="jobList.length > 0"></win-scan-button> |
|
|
|
<winScanPackJob ref="scanPopup" @getResult="getScanResult"></winScanPackJob> |
|
|
|
<jobList ref="jobList" @selectItem="selectItem"></jobList> |
|
|
|