Commit 343ebc82 authored by huangjie's avatar huangjie

*

parent 7ddedfe7
<template>
<div class="Tables">
<div class="table-item">
<el-table v-if="tableDataTotal>0" class="fixed-table"
<el-table v-if="tableDataTotal>0" class="fixed-table" max-height="640"
v-loading="tableLoading"
:data="tableData"
element-loading-text="Loading"
......@@ -21,7 +21,7 @@
<template slot-scope="scope">{{ queryParams.pageNum * queryParams.pageSize - queryParams.pageSize + scope.$index + 1 }}</template>
</el-table-column>
<template v-for="item in forData">
<el-table-column max-height="640"
<el-table-column
:label="item.label"
:prop="item.prop"
:width="item.width"
......
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