|
@@ -71,7 +71,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="邮箱">
|
|
|
+ <el-table-column label="邮箱" width="200">
|
|
|
<template slot-scope="scope">
|
|
|
{{ scope.row.mail || "--" }}
|
|
|
</template>
|
|
@@ -82,7 +82,7 @@
|
|
|
<div :title="scope.row.user_name">{{ getAccountName(scope.row.user_name) }}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="dname" label="部门">
|
|
|
+ <el-table-column prop="dname" label="部门" width="280">
|
|
|
<template slot="header">
|
|
|
<div
|
|
|
style="cursor: pointer"
|
|
@@ -92,7 +92,7 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="角色">
|
|
|
+ <el-table-column label="角色" width="240">
|
|
|
<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>
|