add reception account transfer/mixed
This commit is contained in:
@@ -40,7 +40,8 @@ class AccountStateWidget extends Widget{
|
||||
'user.username',
|
||||
[
|
||||
'attribute' => 'created_at',
|
||||
'label' => 'Nyitás ideje'
|
||||
'label' => 'Nyitás ideje',
|
||||
'format' => 'datetime'
|
||||
],
|
||||
];
|
||||
}else{
|
||||
@@ -61,11 +62,13 @@ class AccountStateWidget extends Widget{
|
||||
'user.username',
|
||||
[
|
||||
'attribute' => 'start_date',
|
||||
'label' => 'Előző nyitás ideje'
|
||||
'label' => 'Előző nyitás ideje' ,
|
||||
'format' => 'datetime'
|
||||
],
|
||||
[
|
||||
'attribute' => 'created_at',
|
||||
'label' => 'Zárás ideje'
|
||||
'label' => 'Zárás ideje',
|
||||
'format' => 'datetime'
|
||||
],
|
||||
];
|
||||
}
|
||||
@@ -74,6 +77,7 @@ class AccountStateWidget extends Widget{
|
||||
|
||||
|
||||
echo DetailView::widget([
|
||||
'options' => ['class' => 'table table-striped table-bordered detail-view table-account-view'] ,
|
||||
'model' => $this->model,
|
||||
'attributes' =>$attributes,
|
||||
]) ;
|
||||
|
||||
Reference in New Issue
Block a user