1
This commit is contained in:
@ -72,6 +72,11 @@
|
|||||||
prop="deptName"
|
prop="deptName"
|
||||||
width="260"
|
width="260"
|
||||||
></el-table-column>
|
></el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
label="部门编码"
|
||||||
|
prop="deptId"
|
||||||
|
width="260"
|
||||||
|
></el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
align="center"
|
align="center"
|
||||||
label="排序"
|
label="排序"
|
||||||
|
@ -146,7 +146,6 @@ const userIds = ref([]);
|
|||||||
const queryParams = reactive({
|
const queryParams = reactive({
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
isDelete: "0",
|
|
||||||
roleId: route.params.roleId,
|
roleId: route.params.roleId,
|
||||||
username: undefined,
|
username: undefined,
|
||||||
phone: undefined,
|
phone: undefined,
|
||||||
|
@ -116,7 +116,6 @@ const userIds = ref([]);
|
|||||||
const queryParams = reactive({
|
const queryParams = reactive({
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
isDelete: "0",
|
|
||||||
roleId: undefined,
|
roleId: undefined,
|
||||||
username: undefined,
|
username: undefined,
|
||||||
phone: undefined,
|
phone: undefined,
|
||||||
|
@ -467,8 +467,10 @@
|
|||||||
<div class="el-upload__tip text-center">
|
<div class="el-upload__tip text-center">
|
||||||
<ol style="text-align: start;margin-left: 20px;">
|
<ol style="text-align: start;margin-left: 20px;">
|
||||||
<li>(*)为必填项</li>
|
<li>(*)为必填项</li>
|
||||||
<li>角色,岗位请填数字编号</li>
|
<li>部门,角色,岗位请填数字编号</li>
|
||||||
<li>角色,岗位若存在多个,| 隔开即可</li>
|
<li>角色,岗位若存在多个,请以英文逗号隔开</li>
|
||||||
|
<li>禁止任何的换行或空格</li>
|
||||||
|
<li style="color:#F00;font-size:13px;">请手动更改单元格格式为文本格式</li>
|
||||||
<li><span>仅允许导入xls、xlsx格式文件。</span>
|
<li><span>仅允许导入xls、xlsx格式文件。</span>
|
||||||
<el-link
|
<el-link
|
||||||
:underline="false"
|
:underline="false"
|
||||||
@ -557,7 +559,6 @@ const data = reactive({
|
|||||||
queryParams: {
|
queryParams: {
|
||||||
pageNum: 1,
|
pageNum: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
isDelete: "0",
|
|
||||||
userName: undefined,
|
userName: undefined,
|
||||||
phone: undefined,
|
phone: undefined,
|
||||||
status: undefined,
|
status: undefined,
|
||||||
@ -815,7 +816,6 @@ function reset() {
|
|||||||
email: undefined,
|
email: undefined,
|
||||||
gender: undefined,
|
gender: undefined,
|
||||||
status: "1",
|
status: "1",
|
||||||
isDelete: "0",
|
|
||||||
remark: undefined,
|
remark: undefined,
|
||||||
postIds: [],
|
postIds: [],
|
||||||
roleIds: [],
|
roleIds: [],
|
||||||
|
Reference in New Issue
Block a user