Commit 769b6ee0 authored by smallwei's avatar smallwei

🏁 在大屏下显示问题修改

parent 3f916b5e
...@@ -62,7 +62,6 @@ export const tableOption = { ...@@ -62,7 +62,6 @@ export const tableOption = {
label: '域', label: '域',
prop: 'scope', prop: 'scope',
align: 'center', align: 'center',
width: 150,
rules: [{ rules: [{
required: true, required: true,
message: '请输入scope', message: '请输入scope',
...@@ -72,7 +71,6 @@ export const tableOption = { ...@@ -72,7 +71,6 @@ export const tableOption = {
label: '授权模式', label: '授权模式',
prop: 'authorizedGrantTypes', prop: 'authorizedGrantTypes',
align: 'center', align: 'center',
width: 150,
overHidden: true, overHidden: true,
rules: [{ rules: [{
required: true, required: true,
...@@ -83,47 +81,40 @@ export const tableOption = { ...@@ -83,47 +81,40 @@ export const tableOption = {
label: '回调地址', label: '回调地址',
prop: 'webServerRedirectUri', prop: 'webServerRedirectUri',
align: 'center', align: 'center',
width: 150,
hide: true hide: true
}, { }, {
label: '权限', label: '权限',
prop: 'authorities', prop: 'authorities',
align: 'center', align: 'center',
width: 150,
hide: true hide: true
}, {
label: '自动放行',
prop: 'autoapprove',
align: 'center',
type: 'radio',
dicData: DIC.vaild,
rules: [{
required: true,
message: '请选择是否放行',
trigger: 'blur'
}]
}, { }, {
label: '令牌时效', label: '令牌时效',
prop: 'accessTokenValidity', prop: 'accessTokenValidity',
align: 'center', align: 'center',
width: 80
}, { }, {
label: '刷新时效', label: '刷新时效',
prop: 'refreshTokenValidity', prop: 'refreshTokenValidity',
align: 'center', align: 'center',
width: 80
}, { }, {
label: '扩展信息', label: '扩展信息',
prop: 'additionalInformation', prop: 'additionalInformation',
align: 'center', align: 'center',
width: 80,
hide: true hide: true
}, {
label: '自动放行',
prop: 'autoapprove',
align: 'center',
type: 'radio',
dicData: DIC.vaild,
width: 80,
rules: [{
required: true,
message: '请选择是否放行',
trigger: 'blur'
}]
}, { }, {
label: '资源ID', label: '资源ID',
prop: 'resourceIds', prop: 'resourceIds',
align: 'center', align: 'center',
hide: true, hide: true
width: 150
}] }]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment