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
89f85210
Commit
89f85210
authored
Jul 08, 2022
by
zhangyichen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug 56432 部门、字典管理,状态无数据
parent
9a390348
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
index.vue
src/views/system/dept/index.vue
+1
-1
index.vue
src/views/system/dict/index.vue
+1
-1
index.vue
src/views/system/menu/index.vue
+1
-1
index.vue
src/views/system/post/index.vue
+1
-1
No files found.
src/views/system/dept/index.vue
View file @
89f85210
...
...
@@ -188,7 +188,7 @@ export default {
// 状态数据字典
statusOptions
:
[
{
dictLabel
:
'
正常
'
,
dictLabel
:
'
启用
'
,
dictValue
:
'1'
},
{
...
...
src/views/system/dict/index.vue
View file @
89f85210
...
...
@@ -330,7 +330,7 @@ export default {
// 状态数据字典
statusOptions
:
[
{
dictLabel
:
'
正常
'
,
dictLabel
:
'
启用
'
,
dictValue
:
'1'
},
{
...
...
src/views/system/menu/index.vue
View file @
89f85210
...
...
@@ -302,7 +302,7 @@ export default {
// 菜单状态数据字典
statusOptions
:
[
{
dictLabel
:
'
正常
'
,
dictLabel
:
'
启用
'
,
dictValue
:
'1'
},
{
...
...
src/views/system/post/index.vue
View file @
89f85210
...
...
@@ -203,7 +203,7 @@
:key=
"dict.dictValue"
:label=
"dict.dictValue"
>
{{ dict.dictLabel }}
<!-- <el-radio label="0">
正常
</el-radio>-->
<!-- <el-radio label="0">
启用
</el-radio>-->
<!-- <el-radio label="1">停用</el-radio>-->
</el-radio>
</el-radio-group>
...
...
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