|
@@ -61,10 +61,10 @@
|
|
|
<el-table-column type="selection" width="55" :reserve-selection="true" />
|
|
|
<el-table-column type="index" width="60" label="序号" />
|
|
|
<el-table-column prop="name" label="用户名" show-overflow-tooltip width="150"></el-table-column>
|
|
|
- <el-table-column prop="userName" label="登录账号" show-overflow-tooltip width="150"></el-table-column>
|
|
|
+ <el-table-column prop="userName" label="账号" show-overflow-tooltip width="150"></el-table-column>
|
|
|
<el-table-column prop="orgName" label="所属部门" show-overflow-tooltip width="190"></el-table-column>
|
|
|
<el-table-column prop="roles" label="角色" show-overflow-tooltip width="300"></el-table-column>
|
|
|
- <el-table-column prop="phoneNo" label="手机号" show-overflow-tooltip width="130"></el-table-column>
|
|
|
+ <el-table-column prop="phoneNo" label="电话号码" show-overflow-tooltip width="130"></el-table-column>
|
|
|
<el-table-column prop="staffNo" label="工号" show-overflow-tooltip width="80"></el-table-column>
|
|
|
<el-table-column prop="genderText" label="性别" show-overflow-tooltip width="80"></el-table-column>
|
|
|
<el-table-column prop="creationTime" label="更新时间" show-overflow-tooltip width="170">
|
|
@@ -277,10 +277,10 @@ const onRowDel = (row: any) => {
|
|
|
const onImportTable = () => {
|
|
|
const tabeHeader = [
|
|
|
{ key: 'name', colWidth: '', title: '姓名', type: 'text', isCheck: true },
|
|
|
- { key: 'userName', colWidth: '', title: '登录账号', type: 'text', isCheck: true },
|
|
|
+ { key: 'userName', colWidth: '', title: '账号', type: 'text', isCheck: true },
|
|
|
{ key: 'orgName', colWidth: '', title: '所属部门', type: 'text', isCheck: true },
|
|
|
{ key: 'roles', colWidth: '', title: '角色', type: 'text', isCheck: true },
|
|
|
- { key: 'phoneNo', colWidth: '', title: '手机号', type: 'text', isCheck: true },
|
|
|
+ { key: 'phoneNo', colWidth: '', title: '电话号码', type: 'text', isCheck: true },
|
|
|
{ key: 'staffNo', colWidth: '', title: '工号', type: 'text', isCheck: true },
|
|
|
{ key: 'defaultTelNo', colWidth: '', title: '默认分机', type: 'text', isCheck: true },
|
|
|
{ key: 'creationTime', colWidth: '', title: '更新时间', type: 'text', isCheck: true },
|
|
@@ -297,9 +297,7 @@ onMounted(() => {
|
|
|
getOrgListApi();
|
|
|
});
|
|
|
onActivated(() => {
|
|
|
- getRolesFn();
|
|
|
- getList();
|
|
|
- getOrgListApi();
|
|
|
+
|
|
|
});
|
|
|
</script>
|
|
|
<style lang="scss" scoped>
|