Merge branch 'develop' of github.com:Frappet/hrms-mgt into develop
This commit is contained in:
commit
f183c200f6
2 changed files with 9 additions and 1 deletions
|
|
@ -610,6 +610,14 @@ onMounted(async () => {
|
|||
: "-"
|
||||
}}
|
||||
</div>
|
||||
|
||||
<div
|
||||
v-else-if="col.name == 'organizationNameOld'"
|
||||
class="text-html"
|
||||
>
|
||||
{{ col.value ? col.value : "-" }}
|
||||
</div>
|
||||
|
||||
<div v-else-if="col.name == 'createdAt'">
|
||||
{{
|
||||
props.row.createdAt ? date2Thai(props.row.createdAt) : "-"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue