Commit 4555f3e6 authored by 王晓倩's avatar 王晓倩

table固定表头

parent 4c9d8755
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
</el-dialog> </el-dialog>
<el-dialog :visible.sync="dialogVisible2" title="注册企业列表"> <el-dialog :visible.sync="dialogVisible2" title="注册企业列表">
<el-table :data="tjNumberObj.enterpriseList" stripe border style="width:100%;" :loading="loading"> <el-table :data="tjNumberObj.enterpriseList" stripe border style="width:100%;" :loading="loading" max-height="530px">
<el-table-column width="50px" type="index" label="序号"></el-table-column> <el-table-column width="50px" type="index" label="序号"></el-table-column>
<el-table-column prop="unitName" label="企业名称"></el-table-column> <el-table-column prop="unitName" label="企业名称"></el-table-column>
<el-table-column width="100px" prop="legalPerson" label="企业法人"></el-table-column> <el-table-column width="100px" prop="legalPerson" label="企业法人"></el-table-column>
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
</el-dialog> </el-dialog>
<el-dialog :visible.sync="dialogVisible3" title="待审批企业列表"> <el-dialog :visible.sync="dialogVisible3" title="待审批企业列表">
<el-table :data="tjNumberObj.checkEnterpriseList" stripe border style="width:100%;" :loading="loading"> <el-table :data="tjNumberObj.checkEnterpriseList" stripe border style="width:100%;" :loading="loading" max-height="530px">
<el-table-column width="50px" type="index" label="序号"></el-table-column> <el-table-column width="50px" type="index" label="序号"></el-table-column>
<el-table-column prop="unitName" label="企业名称"></el-table-column> <el-table-column prop="unitName" label="企业名称"></el-table-column>
<el-table-column width="100px" prop="legalPerson" label="企业法人"></el-table-column> <el-table-column width="100px" prop="legalPerson" label="企业法人"></el-table-column>
......
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