|
|
@@ -8,7 +8,7 @@
|
|
|
style="width: 100%">
|
|
|
<el-table-column
|
|
|
label="操作"
|
|
|
- width="150">
|
|
|
+ width="120">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.adminUU === enterpriseList[0].adminUU" >管理员</span>
|
|
|
<el-button type="text" size="small" v-if="scope.row.adminUU !== enterpriseList[0].adminUU"
|
|
|
@@ -19,7 +19,7 @@
|
|
|
<el-table-column
|
|
|
prop="spaceName"
|
|
|
label="企业名称"
|
|
|
- width="170">
|
|
|
+ width="140">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" size="small" @click="routeToEnterpriseDetail(scope.row)">
|
|
|
{{ scope.row.spaceName }}
|
|
|
@@ -29,12 +29,12 @@
|
|
|
<el-table-column
|
|
|
prop="businessCode"
|
|
|
label="企业营业执照号"
|
|
|
- width="150">
|
|
|
+ width="140">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="adminUU"
|
|
|
label="企业UU号"
|
|
|
- width="130">
|
|
|
+ width="120">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="admin.vipName"
|
|
|
@@ -49,12 +49,12 @@
|
|
|
<el-table-column
|
|
|
prop="admin.userUU"
|
|
|
label="企业管理员UU号"
|
|
|
- width="130">
|
|
|
+ width="120">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="admin.mobile"
|
|
|
label="企业管理员手机号"
|
|
|
- width="140">
|
|
|
+ width="130">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="admin.email"
|