|
@@ -32,7 +32,7 @@
|
|
|
<el-table-column prop="relationType" align="center" sortable label="相关关系类型"></el-table-column>
|
|
|
<el-table-column prop="relationNum" align="center" sortable label="相关关系数量"></el-table-column>
|
|
|
</el-table>
|
|
|
- <u-table :data="tableData" :border="false" style="width: 100%">
|
|
|
+ <!-- <u-table :data="tableData" :border="false" style="width: 100%">
|
|
|
<template slot="empty">
|
|
|
没有查询到符合条件的记录
|
|
|
</template>
|
|
@@ -47,7 +47,7 @@
|
|
|
</el-select>
|
|
|
</template>
|
|
|
</u-table-column>
|
|
|
- </u-table>
|
|
|
+ </u-table> -->
|
|
|
</main>
|
|
|
<footer>
|
|
|
<div class="pagination" v-if="total>10">
|