Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
6349eee6
Commit
6349eee6
authored
Aug 12, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增管理功能
parent
526c8eee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
13 deletions
+15
-13
src/pages/authority/user/organizationuser.vue
src/pages/authority/user/organizationuser.vue
+2
-2
src/pages/workbench/workPlace.vue
src/pages/workbench/workPlace.vue
+13
-11
No files found.
src/pages/authority/user/organizationuser.vue
View file @
6349eee6
...
@@ -206,12 +206,12 @@ export default {
...
@@ -206,12 +206,12 @@ export default {
},
1000
);
},
1000
);
};
};
var
user_name_pass
=
(
rule
,
value
,
callback
)
=>
{
var
user_name_pass
=
(
rule
,
value
,
callback
)
=>
{
var
reg
=
/^
[
a-z
0-9
]
+$/
;
var
reg
=
/^
[
a-z
A-Z0-9|
\-
|_|
\.
]
+$/
;
setTimeout
(()
=>
{
setTimeout
(()
=>
{
if
(
reg
.
test
(
value
))
{
if
(
reg
.
test
(
value
))
{
callback
();
callback
();
}
else
{
}
else
{
callback
(
new
Error
(
"
只支持
小写字母、数字
"
));
callback
(
new
Error
(
"
只支持
字母、数字、-、_、.
"
));
}
}
},
100
);
},
100
);
};
};
...
...
src/pages/workbench/workPlace.vue
View file @
6349eee6
...
@@ -1066,17 +1066,19 @@ export default {
...
@@ -1066,17 +1066,19 @@ export default {
text
:
"
权限管理
"
,
text
:
"
权限管理
"
,
role
:
2
,
role
:
2
,
url
:
"
/authority/organization
"
url
:
"
/authority/organization
"
}
},
// {
{
// pic: require("@/assets/imgs/home_tool_ic_quanxian.png"),
pic
:
require
(
"
@/assets/imgs/home_tool_ic_shuju.png
"
),
// text: "容器管理",
text
:
"
数据管控
"
,
// role: 2,
role
:
2
,
// },
url
:
"
/data_analysis/my_service
"
// {
},
// pic: require("@/assets/imgs/home_tool_ic_quanxian.png"),
{
// text: "数据管控",
pic
:
require
(
"
@/assets/imgs/home_tool_ic_message.png
"
),
// role: 2,
text
:
"
消息管理
"
,
// },
role
:
2
,
url
:
"
/message/recommended
"
},
]
]
};
};
},
},
...
...
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