|
@@ -19,7 +19,7 @@
|
|
|
<el-table :data="list" highlight-current-row :height="tableHeight" v-loading="listLoading" style="width: 100%;">
|
|
|
<el-table-column type="index" width="60"></el-table-column>
|
|
|
<el-table-column prop="companyName" label="生产方名称" width="250" sortable></el-table-column>
|
|
|
- <el-table-column prop="administrator" label="资产方管理员" width="150" sortable>
|
|
|
+ <el-table-column prop="administrator" label="生产方管理员" width="150" sortable>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="relateCompanyList" label="关联资产方" width="400" sortable>
|
|
|
<template slot-scope="scope">
|