Your Name
2022-07-12 993f37f8def16855b7a6e26f6d598c3cde368bb7
部门
已修改1个文件
4 ■■■■ 文件已修改
src/views/systemManage/userManage/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemManage/userManage/index.vue
@@ -180,9 +180,9 @@
                        <span>{{ scope.row.company }}</span>
                    </template>
                </el-table-column>
                <el-table-column label="部门" prop="department" align="center" sortable="custom" width="100px">
                <el-table-column label="部门" prop="departmentname" align="center" sortable="custom" width="100px">
                    <template slot-scope="scope">
                        <span>{{ scope.row.department }}</span>
                        <span>{{ scope.row.departmentname }}</span>
                    </template>
                </el-table-column>
                <el-table-column label="职位" prop="job" align="center" sortable="custom" width="100px">