Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Guten-PigxUI
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
JIRA
JIRA
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
黄卓然
Guten-PigxUI
Commits
769b6ee0
Commit
769b6ee0
authored
Dec 11, 2018
by
smallwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🏁
在大屏下显示问题修改
parent
3f916b5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
21 deletions
+12
-21
client.js
src/const/crud/admin/client.js
+12
-21
No files found.
src/const/crud/admin/client.js
View file @
769b6ee0
...
...
@@ -62,7 +62,6 @@ export const tableOption = {
label
:
'域'
,
prop
:
'scope'
,
align
:
'center'
,
width
:
150
,
rules
:
[{
required
:
true
,
message
:
'请输入scope'
,
...
...
@@ -72,7 +71,6 @@ export const tableOption = {
label
:
'授权模式'
,
prop
:
'authorizedGrantTypes'
,
align
:
'center'
,
width
:
150
,
overHidden
:
true
,
rules
:
[{
required
:
true
,
...
...
@@ -83,47 +81,40 @@ export const tableOption = {
label
:
'回调地址'
,
prop
:
'webServerRedirectUri'
,
align
:
'center'
,
width
:
150
,
hide
:
true
},
{
label
:
'权限'
,
prop
:
'authorities'
,
align
:
'center'
,
width
:
150
,
hide
:
true
},
{
label
:
'自动放行'
,
prop
:
'autoapprove'
,
align
:
'center'
,
type
:
'radio'
,
dicData
:
DIC
.
vaild
,
rules
:
[{
required
:
true
,
message
:
'请选择是否放行'
,
trigger
:
'blur'
}]
},
{
label
:
'令牌时效'
,
prop
:
'accessTokenValidity'
,
align
:
'center'
,
width
:
80
},
{
label
:
'刷新时效'
,
prop
:
'refreshTokenValidity'
,
align
:
'center'
,
width
:
80
},
{
label
:
'扩展信息'
,
prop
:
'additionalInformation'
,
align
:
'center'
,
width
:
80
,
hide
:
true
},
{
label
:
'自动放行'
,
prop
:
'autoapprove'
,
align
:
'center'
,
type
:
'radio'
,
dicData
:
DIC
.
vaild
,
width
:
80
,
rules
:
[{
required
:
true
,
message
:
'请选择是否放行'
,
trigger
:
'blur'
}]
},
{
label
:
'资源ID'
,
prop
:
'resourceIds'
,
align
:
'center'
,
hide
:
true
,
width
:
150
hide
:
true
}]
}
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