This commit is contained in:
2023-05-18 17:29:27 +08:00
parent 10e1e2d096
commit 0ec14c5d19
4 changed files with 9 additions and 6 deletions

View File

@ -72,6 +72,11 @@
prop="deptName"
width="260"
></el-table-column>
<el-table-column
label="部门编码"
prop="deptId"
width="260"
></el-table-column>
<el-table-column
align="center"
label="排序"

View File

@ -146,7 +146,6 @@ const userIds = ref([]);
const queryParams = reactive({
pageNum: 1,
pageSize: 10,
isDelete: "0",
roleId: route.params.roleId,
username: undefined,
phone: undefined,

View File

@ -116,7 +116,6 @@ const userIds = ref([]);
const queryParams = reactive({
pageNum: 1,
pageSize: 10,
isDelete: "0",
roleId: undefined,
username: undefined,
phone: undefined,

View File

@ -467,8 +467,10 @@
<div class="el-upload__tip text-center">
<ol style="text-align: start;margin-left: 20px;">
<li>(*)为必填项</li>
<li>角色,岗位请填数字编号</li>
<li>角色,岗位若存在多个,| 隔开即可</li>
<li>部门,角色,岗位请填数字编号</li>
<li>角色,岗位若存在多个,请以英文逗号隔开</li>
<li>禁止任何的换行或空格</li>
<li style="color:#F00;font-size:13px;">请手动更改单元格格式为文本格式</li>
<li><span>仅允许导入xlsxlsx格式文件</span>
<el-link
:underline="false"
@ -557,7 +559,6 @@ const data = reactive({
queryParams: {
pageNum: 1,
pageSize: 10,
isDelete: "0",
userName: undefined,
phone: undefined,
status: undefined,
@ -815,7 +816,6 @@ function reset() {
email: undefined,
gender: undefined,
status: "1",
isDelete: "0",
remark: undefined,
postIds: [],
roleIds: [],