ปรับสีทะลุขั้นผังเงินเดือน
This commit is contained in:
parent
400a6f6979
commit
e0881c9e8c
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ watch([() => formQuery.page, () => formQuery.pageSize], async () => {
|
|||
</template>
|
||||
<template v-slot:body="props">
|
||||
<q-tr :props="props" class="cursor-pointer">
|
||||
<q-td v-for="col in props.cols" :key="col.name" :props="props" :class="props.row.isNext === true ? 'text-info':''">
|
||||
<q-td v-for="col in props.cols" :key="col.name" :props="props" :class="props.row.isNext === true ? 'text-edit text-bold':''">
|
||||
<div v-if="col.name == 'no'">
|
||||
{{
|
||||
(formQuery.page - 1) * formQuery.pageSize + props.rowIndex + 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue