Commit f3e65752 authored by lwy's avatar lwy

修改用户管理

parent a07d52ae
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
align="center" align="center"
prop="userId" prop="userId"
/> />
<el-table-column label="用户类型" align="center" prop="userType"> <el-table-column label="用户类型" align="center" prop="userType" sortable>
<template #default="scope"> <template #default="scope">
<dict-tag :options="sys_user_type" :value="scope.row.userType" /> <dict-tag :options="sys_user_type" :value="scope.row.userType" />
</template> </template>
...@@ -137,6 +137,7 @@ ...@@ -137,6 +137,7 @@
key="deptName" key="deptName"
label="所在机构" label="所在机构"
align="center" align="center"
sortable
prop="dept.deptName" prop="dept.deptName"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> />
...@@ -165,6 +166,7 @@ ...@@ -165,6 +166,7 @@
v-if="columns[2].visible" v-if="columns[2].visible"
key="divsion" key="divsion"
label="事业部权限" label="事业部权限"
sortable
align="center" align="center"
prop="divsion" prop="divsion"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
...@@ -185,7 +187,7 @@ ...@@ -185,7 +187,7 @@
prop="phonenumber" prop="phonenumber"
width="120" width="120"
/> />
<el-table-column label="用户状态" align="center" prop="status"> <el-table-column label="用户状态" align="center" prop="status" sortable>
<template #default="scope"> <template #default="scope">
<dict-tag :options="sys_user_status" :value="scope.row.status" /> <dict-tag :options="sys_user_status" :value="scope.row.status" />
</template> </template>
...@@ -201,6 +203,7 @@ ...@@ -201,6 +203,7 @@
<el-table-column <el-table-column
v-if="columns[7].visible" v-if="columns[7].visible"
label="同步时间" label="同步时间"
sortable
align="center" align="center"
prop="updateTime" prop="updateTime"
width="160" width="160"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment