| | |
| | | searchMenuSpan: 6, |
| | | border: true, |
| | | index: true, |
| | | labelWidth:100, |
| | | viewBtn: true, |
| | | selection: true, |
| | | dialogClickModal: false, |
| | | column: [ |
| | | { |
| | | label: "客户端名称", |
| | | prop: "clientName", |
| | | search: true, |
| | | searchLabelWidth: 100, |
| | | span:24, |
| | | rules: [{ |
| | | required: true, |
| | | message: "请输入客户端名称", |
| | | trigger: "blur" |
| | | }] |
| | | }, |
| | | { |
| | | label: "应用id", |
| | | prop: "clientId", |
| | | search: true, |
| | | searchLabelWidth: 60, |
| | | width:100, |
| | | rules: [{ |
| | | required: true, |
| | | message: "请输入客户端id", |
| | |
| | | label: "授权范围", |
| | | prop: "scope", |
| | | value: "all", |
| | | width:100, |
| | | rules: [{ |
| | | required: true, |
| | | message: "请输入授权范围", |
| | |
| | | prop: "accessTokenValidity", |
| | | type: "number", |
| | | value: 3600, |
| | | width:100, |
| | | rules: [{ |
| | | required: true, |
| | | message: "请输入令牌过期秒数", |