|
@@ -77,7 +77,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="phone" label="手机" width="136"> </el-table-column>
|
|
|
- <el-table-column prop="account" label="账号名">
|
|
|
+ <el-table-column prop="account" width="240" label="账号名">
|
|
|
<template slot-scope="scope">
|
|
|
<div :title="scope.row.user_name">{{ getAccountName(scope.row.user_name) }}</div>
|
|
|
</template>
|
|
@@ -92,7 +92,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="角色" width="240">
|
|
|
+ <el-table-column label="角色">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.role == '企业管理员'" class="company_user">
|
|
|
<span v-if="$store.state.companyMsg.nicheDis_show !== 1">{{ scope.row.role }}</span>
|