เงินเดือน => รายการเลื่อนเงินเดือนข้าราชการ ฯ
This commit is contained in:
parent
03e925a41b
commit
d5b5eec3e8
14 changed files with 90 additions and 89 deletions
|
|
@ -178,7 +178,7 @@ onMounted(() => {
|
|||
</q-tr>
|
||||
</template>
|
||||
<template v-slot:body="props">
|
||||
<q-tr :props="props" class="cursor-pointer">
|
||||
<q-tr :props="props">
|
||||
<q-td v-for="col in props.cols" :key="col.id">
|
||||
<div class="table_ellipsis">
|
||||
{{ col.value ? col.value : "-" }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue