lyfO_o
2022-03-22 af94dd7a8228c141e8cac9acaca39bc480e556b2
用户管理正常显示
已修改1个文件
14 ■■■■ 文件已修改
src/views/systemManage/userManage/index.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemManage/userManage/index.vue
@@ -151,7 +151,7 @@
                <el-table-column type="index" label="" align="center" width="60"/>
                <el-table-column label="用户名" prop="username" align="center" sortable="custom">
                    <template slot-scope="scope">
                        <span>{{ scope.row.username }}</span>
                        <span>{{ scope.row.realname }}</span>
                    </template>
                </el-table-column>
                <el-table-column label="单位" prop="company" align="center" width="150" sortable="custom">
@@ -166,7 +166,7 @@
                </el-table-column>
                <el-table-column label="手机号" prop="mobile" align="center" sortable="custom">
                    <template slot-scope="scope">
                        <span>{{ scope.row.mobile }}</span>
                        <span>{{ scope.row.username }}</span>
                    </template>
                </el-table-column>
                <el-table-column label="邮箱" prop="email" align="center" sortable="custom">
@@ -184,11 +184,6 @@
                        <span>{{ scope.row.job }}</span>
                    </template>
                </el-table-column>
                <el-table-column label="统一社会信用代码" prop="code" align="center" sortable="custom">
                    <template slot-scope="scope">
                        <span>{{ scope.row.code }}</span>
                    </template>
                </el-table-column>
                <el-table-column label="用户分类" prop="type" align="center">
                    <template slot-scope="scope">
                        <span>{{ scope.row.type | filterUserType }}</span>
@@ -197,11 +192,6 @@
                <el-table-column label="角色" prop="role" align="center">
                    <template slot-scope="scope">
                        <span>{{ scope.row.roles | parseRoles }}</span>
                    </template>
                </el-table-column>
                <el-table-column label="管辖地区" prop="province" align="center" width="300" sortable="custom">
                    <template slot-scope="scope">
                        <span>{{ scope.row.province+'-'+scope.row.city+'-'+scope.row.area+'-'+scope.row.town+'-'+scope.row.community | parseGX}}</span>
                    </template>
                </el-table-column>
                <el-table-column label="更新时间" prop="lastmodifieddate" align="center" sortable="custom">