|
@@ -103,8 +103,6 @@
|
|
|
<el-dropdown placement="bottom-start">
|
|
<el-dropdown placement="bottom-start">
|
|
|
<span class="el-dropdown-link"> 更 多 </span>
|
|
<span class="el-dropdown-link"> 更 多 </span>
|
|
|
<template #dropdown>
|
|
<template #dropdown>
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
<el-dropdown-item v-on:click="changeDept(scope)"
|
|
<el-dropdown-item v-on:click="changeDept(scope)"
|
|
|
>变更机构</el-dropdown-item
|
|
>变更机构</el-dropdown-item
|
|
|
>
|
|
>
|
|
@@ -113,8 +111,6 @@
|
|
|
>资源转移</el-dropdown-item
|
|
>资源转移</el-dropdown-item
|
|
|
>
|
|
>
|
|
|
<el-dropdown-item v-on:click="delUser(scope)">删除</el-dropdown-item>
|
|
<el-dropdown-item v-on:click="delUser(scope)">删除</el-dropdown-item>
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
</template>
|
|
</template>
|
|
|
</el-dropdown>
|
|
</el-dropdown>
|
|
|
</template>
|
|
</template>
|
|
@@ -140,7 +136,7 @@
|
|
|
</div>
|
|
</div>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
- <p style="margin-left: 50px">工号:{{ transferInfo.userId }}</p>
|
|
|
|
|
|
|
+ <p style="margin-left: 50px">工号:{{ transferInfo.workNumber }}</p>
|
|
|
<p style="margin-left: 50px">所在机构:{{ transferInfo.deptName }}</p>
|
|
<p style="margin-left: 50px">所在机构:{{ transferInfo.deptName }}</p>
|
|
|
<p style="margin-left: 50px">需要转移的资源</p>
|
|
<p style="margin-left: 50px">需要转移的资源</p>
|
|
|
<el-table :data="[{}]" style="width: 100%">
|
|
<el-table :data="[{}]" style="width: 100%">
|
|
@@ -388,7 +384,7 @@ const columns = [
|
|
|
{ prop: "name", label: "姓名" },
|
|
{ prop: "name", label: "姓名" },
|
|
|
{ prop: "mobile", label: "手机号" },
|
|
{ prop: "mobile", label: "手机号" },
|
|
|
{ prop: "deptName", label: "所属机构" },
|
|
{ prop: "deptName", label: "所属机构" },
|
|
|
- { prop: "userId", label: "工号" },
|
|
|
|
|
|
|
+ { prop: "workNumber", label: "工号" },
|
|
|
{ prop: "roleName", label: "角色" },
|
|
{ prop: "roleName", label: "角色" },
|
|
|
{ prop: "status", label: "状态",
|
|
{ prop: "status", label: "状态",
|
|
|
formatter: (row: any, column: any, cellValue: any) => {
|
|
formatter: (row: any, column: any, cellValue: any) => {
|