Commit 4b9baf9e authored by zhangyanni's avatar zhangyanni

提交

parent 582098c7
......@@ -98,12 +98,16 @@
</div>
<div class="projectItemList">
<div v-if="(projectListData.length==0&&myProVisible)||(canSearchProjectListData.length==0&&selectProVisible)" style="display: flex;justify-content:center;border-bottom: unset">暂无数据</div>
<div @click.enter="handleConfirmSelect(1,item,index)" v-if="projectListData.length>0&&myProVisible" v-for="(item,index) in projectListData"><span>{{item.projectName}}</span><span><i class="iconfont icon-gou" v-if="currentProIndex==item.projectId"></i></span></div>
<div @click.enter="handleConfirmSelect(2,item,index)" v-if="canSearchProjectListData.length>0&&selectProVisible" v-for="(item,index) in canSearchProjectListData"><span>{{item.projectName}}</span><span><i class="iconfont icon-gou" v-if="currentIndex==item.projectId"></i></span></div>
<span class="changeOne" v-if="(canSearchProjectListData.length>0&&selectProVisible)||(projectListData.length>0&&myProVisible)">
<span @click="visible = false">取消</span>
<span @click="handleChange" v-if="(totalPage>1&&selectProVisible)||(proPage>1&&myProVisible)">换一批</span>
</span>
<span class="changeOne" v-if="(projectListData.length==0&&myProVisible)||(canSearchProjectListData.length==0&&selectProVisible)">
<span @click="visible = false">取消</span>
</span>
</div>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment