Commit 20aabb09 authored by zhangyanni's avatar zhangyanni

找项目列表空数据页面

parent d5b82f22
......@@ -13,7 +13,7 @@
<div class="wrapper">
<div class="contentwrapper">
<div class="listWrap">
<el-table class="tableList"
<el-table class="tableList" v-if="tableData.length"
:data="tableData"
fit
style="width: 100%;text-align:center;cursor:pointer;"
......@@ -63,6 +63,20 @@
</template>
</el-table-column>
</el-table>
<table class="tableList" style="width: 100%;" v-if="!tableData.length">
<tr style="font-weight: bold;height: 40px;line-height: 40px;background: #f3f4fc;">
<td width="25%">企业名称</td>
<td width="25%">行业领域</td>
<td width="25%">目标行业领域</td>
<td width="25%">总部所在地</td>
</tr>
<tr style="height: 100%;text-align: center;color: #C8CBE0;">
<td colspan="4">
<p style="padding-top: 50px;"><i class="iconfont icon-hezi501" style="font-size: 66px;"></i></p>
<p><span>暂未找到你想要的内容</span></p>
</td>
</tr>
</table>
</div>
<div class="paginationWrap" v-if="pageShow&&authStatus==2">
<el-pagination
......
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