mirror of https://gitee.com/topiam/eiam
⚡ 优化应用分组
parent
f5534abb08
commit
f6af7d2dae
|
@ -135,9 +135,7 @@ const CardList = () => {
|
|||
manualRequest
|
||||
request={queryAppList}
|
||||
pagination={{}}
|
||||
toolbar={
|
||||
appGroupList?.length > 0
|
||||
? {
|
||||
toolbar={{
|
||||
menu: {
|
||||
type: 'tab',
|
||||
activeKey: currentGroup,
|
||||
|
@ -158,9 +156,7 @@ const CardList = () => {
|
|||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
: {}
|
||||
}
|
||||
}}
|
||||
params={searchParams}
|
||||
actionRef={actionRef}
|
||||
renderItem={(item: AppList) => {
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
export default {
|
||||
'pages.application.search.name': '应用名称',
|
||||
'pages.application.group_all': '全部',
|
||||
'pages.application.group_all': '全部应用',
|
||||
'pages.application.tab.list': '应用列表',
|
||||
'pages.application.tab.account': '应用账号',
|
||||
'pages.application.init.warning': '仅允许应用发起',
|
||||
|
|
Loading…
Reference in New Issue