modified 优化显示

This commit is contained in:
zhaoxiang 2016-12-02 17:15:52 +08:00
parent 327be8d3a3
commit 277aaa0215
2 changed files with 54 additions and 0 deletions

View File

@ -109,6 +109,51 @@ class FilterManager extends Base {
'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

View File

@ -99,6 +99,15 @@ class KeyManager extends Base {
'class' => 'label label-success'
]
]
],
'filterId' => [
'module' => 'label',
'rule' => [
-1 => [
'info' => '无限制',
'class' => 'label label-warning'
]
]
]
],
'data' => $data