Commit 718a1f4f authored by caixingbing's avatar caixingbing

*

parent cee03391
......@@ -80,6 +80,11 @@
<span style="padding-right: 28px;">{{ scope.row.amount }}</span>
</template>
</el-table-column>
<template slot="empty">
<div style="padding: 30px 0">
<no-data />
</div>
</template>
</el-table>
</div>
</div>
......
......@@ -26,6 +26,11 @@
<el-table-column
prop="userJobs"
label="职务"></el-table-column>
<template slot="empty">
<div style="padding: 30px 0">
<no-data />
</div>
</template>
</el-table>
</div>
</div>
......@@ -33,6 +38,7 @@
<script>
import {keymembers} from "@/api/detail/party-a/overview"
import NoData from '../../component/noData'
export default {
name: 'Senior',
......@@ -48,6 +54,9 @@ export default {
tableData:[]
}
},
components: {
NoData
},
created() {
this.handleQuery()
},
......
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