|
@@ -63,7 +63,9 @@ function changeType() {}
|
|
|
</div>
|
|
|
</div>
|
|
|
<div style="height: 100%; overflow: auto">
|
|
|
- <el-table :data="tableData" height="550" stripe style="width: 100%"> </el-table>
|
|
|
+ <el-table :data="tableData" height="550" stripe style="width: 100%">
|
|
|
+ <!--<el-table-column prop="keyword" label="搜索词" width="200" />-->
|
|
|
+ </el-table>
|
|
|
</div>
|
|
|
<div class="mt-3.5 flex justify-end">
|
|
|
<el-pagination
|