mirror of
https://github.com/Karaka-Management/oms-HumanResourceManagement.git
synced 2026-01-20 08:08:39 +00:00
Fix style temp.
This commit is contained in:
parent
b44fb4b31a
commit
6d8f32e1c8
|
|
@ -58,4 +58,14 @@ class Employee {
|
|||
{
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
public function getHistory() : array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
public function getNewestHistory()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -47,9 +47,10 @@ echo $this->getData('nav')->render(); ?>
|
|||
$url = \phpOMS\Uri\UriFactory::build('{/base}/{/lang}/backend/admin/group/settings?{?}&id=' . $value->getId()); ?>
|
||||
<tr>
|
||||
<td><a href="<?= $url; ?>"><?= $value->getId(); ?></a>
|
||||
<td><a href="<?= $url; ?>"><?= $value->getNewestHistory()->getPosition(); ?></a>
|
||||
<td><a href="<?= $url; ?>"><?= $value->getNewestHistory()->getPosition(); ?></a>
|
||||
<td><a href="<?= $url; ?>"><?= $value->getNewestStatus()->getStatus(); ?></a>
|
||||
<td><a href="<?= $url; ?>"><?= $value->getAccount()->getName1(); ?></a>
|
||||
<td><a href="<?= $url; ?>"><?= '' ?></a>
|
||||
<td><a href="<?= $url; ?>"><?= '' ?></a>
|
||||
<td><a href="<?= $url; ?>"><?= '' ?></a>
|
||||
<?php endforeach; ?>
|
||||
<?php if($c === 0) : ?>
|
||||
<tr><td colspan="5" class="empty"><?= $this->getText('Empty', 0, 0); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user