Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
a15307c8
authored
Apr 10, 2023
by
芋道源码
Committed by
Gitee
Apr 10, 2023
Browse files
Options
Browse Files
Download
Plain Diff
!115 修复部门管理、岗位管理的小问题
Merge pull request !115 from &wxr/dev
parents
1dd6c327
df399647
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/views/system/dept/index.vue
+1
-1
src/views/system/post/PostForm.vue
+4
-1
No files found.
src/views/system/dept/index.vue
View file @
a15307c8
...
...
@@ -19,7 +19,7 @@
<el-form-item
label=
"部门状态"
prop=
"status"
>
<el-select
v-model=
"queryParams.status"
placeholder=
"请选择
不么你
状态"
placeholder=
"请选择
部门
状态"
clearable
class=
"!w-240px"
>
...
...
src/views/system/post/PostForm.vue
View file @
a15307c8
...
...
@@ -13,6 +13,9 @@
<el-form-item
label=
"岗位编码"
prop=
"code"
>
<el-input
v-model=
"formData.code"
placeholder=
"请输入岗位编码"
/>
</el-form-item>
<el-form-item
label=
"岗位顺序"
prop=
"sort"
>
<el-input
v-model=
"formData.sort"
placeholder=
"请输入岗位顺序"
/>
</el-form-item>
<el-form-item
label=
"状态"
prop=
"status"
>
<el-select
v-model=
"formData.status"
placeholder=
"请选择状态"
clearable
>
<el-option
...
...
@@ -49,7 +52,7 @@ const formData = ref({
id
:
undefined
,
name
:
''
,
code
:
''
,
sort
:
undefined
,
sort
:
0
,
status
:
CommonStatusEnum
.
ENABLE
,
remark
:
''
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment