แก้ layout โครงสร้างและปรับการแสดงผลผังเงินเดือน
This commit is contained in:
parent
b6364c5b2b
commit
4a2f43bbf4
2 changed files with 9 additions and 6 deletions
|
|
@ -286,8 +286,9 @@ watch([() => formQuery.page, () => formQuery.pageSize], async () => {
|
|||
</div>
|
||||
<div v-else-if="col.name === 'isNext'">
|
||||
<q-icon
|
||||
:name="col.value ? 'done' : 'close'"
|
||||
:color="col.value ? 'primary' : 'grey'"
|
||||
v-if="col.value"
|
||||
name="done"
|
||||
color="primary"
|
||||
size="24px"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue