Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NLT-e-cigarette
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
NLT-e-cigarette
Commits
90b9b2af
Commit
90b9b2af
authored
Jun 06, 2022
by
zhangyichen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug 55462 输入备注信息,提交后,再次打开角色信息弹窗,备注信息不显示
parent
cd197559
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.vue
src/views/system/role/index.vue
+3
-3
No files found.
src/views/system/role/index.vue
View file @
90b9b2af
...
...
@@ -229,12 +229,12 @@
:props=
"defaultProps"
/>
</el-form-item>
<el-form-item
class=
"labelHeight"
label=
"备注"
prop=
"remark"
>
<el-form-item
class=
"labelHeight"
label=
"备注"
prop=
"remark
s
"
>
<div
slot=
"label"
class=
"labelClass"
>
<div
class=
"labelName"
>
备注
</div>
<div
class=
"labelName"
>
Remarks
</div>
</div>
<el-input
v-model
.
trim=
"form.remark"
maxlength=
"400"
show-word-limit
type=
"textarea"
placeholder=
"请输入内容"
/>
<el-input
v-model
.
trim=
"form.remark
s
"
maxlength=
"400"
show-word-limit
type=
"textarea"
placeholder=
"请输入内容"
/>
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
...
...
@@ -562,7 +562,7 @@ export default {
deptIds
:
[],
menuCheckStrictly
:
true
,
deptCheckStrictly
:
true
,
remark
:
undefined
remark
s
:
undefined
}
this
.
resetForm
(
'form'
)
},
...
...
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