Commit 4c9d8755 authored by 王晓倩's avatar 王晓倩

危险源列表增加所属企业字段

parent 897bf259
......@@ -97,7 +97,7 @@
</el-tab-pane>
<el-dialog :visible.sync="dialogVisible1" title="危险源列表">
<el-table :data="tjNumberObj.goodsList" stripe border style="width:100%;" :loading="loading">
<el-table :data="tjNumberObj.goodsList" stripe border style="width:100%;" :loading="loading" max-height="530px">
<el-table-column width="50px" type="index" label="序号"></el-table-column>
<el-table-column prop="goodsName" label="危险源名称"></el-table-column>
<el-table-column prop="unitName" label="所属企业"></el-table-column>
......@@ -112,15 +112,7 @@
<el-table-column prop="contacts" label="联系人"></el-table-column>
<el-table-column prop="phone" label="电话"></el-table-column>
</el-table>
<el-pagination
background
layout="total,sizes, prev, pager, next, jumper"
:total="tableData.total"
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="PAGE.page"
:page-size="PAGE.size"
></el-pagination>
</el-dialog>
<el-dialog :visible.sync="dialogVisible2" title="注册企业列表">
......@@ -164,15 +156,7 @@
</template>
</el-table-column>
</el-table>
<el-pagination
background
layout="total,sizes, prev, pager, next, jumper"
:total="tableData.total"
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="PAGE.page"
:page-size="PAGE.size"
></el-pagination>
</el-dialog>
<el-dialog :visible.sync="dialogVisible3" title="待审批企业列表">
......@@ -216,15 +200,7 @@
</template>
</el-table-column>
</el-table>
<el-pagination
background
layout="total,sizes, prev, pager, next, jumper"
:total="tableData.total"
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="PAGE.page"
:page-size="PAGE.size"
></el-pagination>
</el-dialog>
</el-tabs>
</template>
......
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