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
Commit
642652bd
authored
Apr 09, 2023
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复系统管理-岗位管理-新增-表单中无法在岗位编码字段输入内容 #6
parent
d16ff6ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/views/system/post/PostForm.vue
+1
-1
src/views/system/role/RoleForm.vue
+2
-2
No files found.
src/views/system/post/PostForm.vue
View file @
642652bd
...
...
@@ -11,7 +11,7 @@
<el-input
v-model=
"formData.name"
placeholder=
"请输入岗位标题"
/>
</el-form-item>
<el-form-item
label=
"岗位编码"
prop=
"code"
>
<el-input
:model-value=
"formData.code"
placeholder=
"请输入岗位编码"
height=
"150px
"
/>
<el-input
v-model=
"formData.code"
placeholder=
"请输入岗位编码
"
/>
</el-form-item>
<el-form-item
label=
"状态"
prop=
"status"
>
<el-select
v-model=
"formData.status"
placeholder=
"请选择状态"
clearable
>
...
...
src/views/system/role/RoleForm.vue
View file @
642652bd
...
...
@@ -11,10 +11,10 @@
<el-input
v-model=
"formData.name"
placeholder=
"请输入角色名称"
/>
</el-form-item>
<el-form-item
label=
"角色标识"
prop=
"code"
>
<el-input
:model-value=
"formData.code"
placeholder=
"请输入角色标识"
height=
"150px
"
/>
<el-input
v-model=
"formData.code"
placeholder=
"请输入角色标识
"
/>
</el-form-item>
<el-form-item
label=
"显示顺序"
prop=
"sort"
>
<el-input
:model-value=
"formData.sort"
placeholder=
"请输入显示顺序"
height=
"150px
"
/>
<el-input
v-model=
"formData.sort"
placeholder=
"请输入显示顺序
"
/>
</el-form-item>
<el-form-item
label=
"状态"
prop=
"status"
>
<el-select
v-model=
"formData.status"
placeholder=
"请选择状态"
clearable
>
...
...
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