Commit f3e65752 authored by lwy's avatar lwy

修改用户管理

parent a07d52ae
......@@ -127,7 +127,7 @@
align="center"
prop="userId"
/>
<el-table-column label="用户类型" align="center" prop="userType">
<el-table-column label="用户类型" align="center" prop="userType" sortable>
<template #default="scope">
<dict-tag :options="sys_user_type" :value="scope.row.userType" />
</template>
......@@ -137,6 +137,7 @@
key="deptName"
label="所在机构"
align="center"
sortable
prop="dept.deptName"
:show-overflow-tooltip="true"
/>
......@@ -165,6 +166,7 @@
v-if="columns[2].visible"
key="divsion"
label="事业部权限"
sortable
align="center"
prop="divsion"
:show-overflow-tooltip="true"
......@@ -185,7 +187,7 @@
prop="phonenumber"
width="120"
/>
<el-table-column label="用户状态" align="center" prop="status">
<el-table-column label="用户状态" align="center" prop="status" sortable>
<template #default="scope">
<dict-tag :options="sys_user_status" :value="scope.row.status" />
</template>
......@@ -201,6 +203,7 @@
<el-table-column
v-if="columns[7].visible"
label="同步时间"
sortable
align="center"
prop="updateTime"
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