mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 优化显示
This commit is contained in:
parent
327be8d3a3
commit
277aaa0215
@ -109,6 +109,51 @@ class FilterManager extends Base {
|
|||||||
'class' => 'label label-success'
|
'class' => 'label label-success'
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
],
|
||||||
|
'month' => [
|
||||||
|
'module' => 'label',
|
||||||
|
'rule' => [
|
||||||
|
-1 => [
|
||||||
|
'info' => '无限制',
|
||||||
|
'class' => 'label label-primary'
|
||||||
|
]
|
||||||
|
]
|
||||||
|
],
|
||||||
|
'day' => [
|
||||||
|
'module' => 'label',
|
||||||
|
'rule' => [
|
||||||
|
-1 => [
|
||||||
|
'info' => '无限制',
|
||||||
|
'class' => 'label label-primary'
|
||||||
|
]
|
||||||
|
]
|
||||||
|
],
|
||||||
|
'hour' => [
|
||||||
|
'module' => 'label',
|
||||||
|
'rule' => [
|
||||||
|
-1 => [
|
||||||
|
'info' => '无限制',
|
||||||
|
'class' => 'label label-primary'
|
||||||
|
]
|
||||||
|
]
|
||||||
|
],
|
||||||
|
'second' => [
|
||||||
|
'module' => 'label',
|
||||||
|
'rule' => [
|
||||||
|
-1 => [
|
||||||
|
'info' => '无限制',
|
||||||
|
'class' => 'label label-primary'
|
||||||
|
]
|
||||||
|
]
|
||||||
|
],
|
||||||
|
'minute' => [
|
||||||
|
'module' => 'label',
|
||||||
|
'rule' => [
|
||||||
|
-1 => [
|
||||||
|
'info' => '无限制',
|
||||||
|
'class' => 'label label-primary'
|
||||||
|
]
|
||||||
|
]
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'data' => $data
|
'data' => $data
|
||||||
|
@ -99,6 +99,15 @@ class KeyManager extends Base {
|
|||||||
'class' => 'label label-success'
|
'class' => 'label label-success'
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
],
|
||||||
|
'filterId' => [
|
||||||
|
'module' => 'label',
|
||||||
|
'rule' => [
|
||||||
|
-1 => [
|
||||||
|
'info' => '无限制',
|
||||||
|
'class' => 'label label-warning'
|
||||||
|
]
|
||||||
|
]
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'data' => $data
|
'data' => $data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user