Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_sys_web
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
张伯涛
91isoft_sys_web
Commits
78c7f920
Commit
78c7f920
authored
Jul 19, 2022
by
zhuangxinwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
57187658
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
data.vue
src/views/system/dict/data.vue
+1
-1
index.vue
src/views/system/user/index.vue
+1
-1
No files found.
src/views/system/dict/data.vue
View file @
78c7f920
...
@@ -154,7 +154,7 @@
...
@@ -154,7 +154,7 @@
<el-input
v-model
.
trim=
"form.dictValue"
show-word-limit
maxlength=
"40"
placeholder=
"请输入参数键值"
/>
<el-input
v-model
.
trim=
"form.dictValue"
show-word-limit
maxlength=
"40"
placeholder=
"请输入参数键值"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"参数排序"
prop=
"dictSort"
>
<el-form-item
label=
"参数排序"
prop=
"dictSort"
>
<el-input-number
v-model=
"form.dictSort"
style=
"width: 100%"
controls-position=
"right"
:min=
"0"
/>
<el-input-number
v-model=
"form.dictSort"
style=
"width: 100%"
controls-position=
"right"
:min=
"0"
:max=
"999999"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"参数状态"
prop=
"status"
>
<el-form-item
label=
"参数状态"
prop=
"status"
>
<el-radio-group
v-model=
"form.flag"
>
<el-radio-group
v-model=
"form.flag"
>
...
...
src/views/system/user/index.vue
View file @
78c7f920
...
@@ -196,7 +196,7 @@
...
@@ -196,7 +196,7 @@
</el-col>
</el-col>
</el-row>
</el-row>
<!-- 添加或修改参数配置对话框 -->
<!-- 添加或修改参数配置对话框 -->
<el-dialog
:close-on-click-modal=
"false"
:title=
"title"
:visible
.
sync=
"open"
width=
"
900px
"
:append-to-body=
"false"
>
<el-dialog
:close-on-click-modal=
"false"
:title=
"title"
:visible
.
sync=
"open"
width=
"
70%
"
:append-to-body=
"false"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
...
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