Commit 8152eac1 authored by youjie's avatar youjie

no message

parent 1c163331
......@@ -41,9 +41,10 @@
</div>
<div class="page-content" style="padding-bottom:20px;height:calc(100% - 200px);box-sizing:border-box;">
<el-table :data="tableData" tooltip-effect="dark" v-loading="loading" style="width: 100%;" height="100%" border
<!-- height:calc(100% - 200px) -->
<div class="page-content" style="padding-bottom:20px;;box-sizing:border-box;">
<el-table :data="tableData" tooltip-effect="dark" v-loading="loading"
empty-text="暂无数据" style="width: 100%;" border
>
<el-table-column label="账号名称" prop="Name"></el-table-column>
<el-table-column label="所属平台" prop="PlatformTypeName"></el-table-column>
......@@ -181,14 +182,11 @@
total: 0,
tableData: [],
loading: false,
selfParams: {
queryTime: {},
},
};
},
provide() {
return {
selfParams: this.selfParams,
};
},
created() {
......
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