fix salary

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-20 09:55:52 +07:00
parent 66b90d37ef
commit e9e2dafd53

View file

@ -102,7 +102,9 @@ async function fetchListChart() {
await http
.get(
config.API.salaryEmployeeChart +
`?page=${formFilter.page}&pageSize=${formFilter.pageSize}&keyword=${formFilter.keyword.trim()}`
`?page=${formFilter.page}&pageSize=${
formFilter.pageSize
}&keyword=${formFilter.keyword.trim()}`
)
.then((res) => {
rows.value = res.data.result.data;
@ -269,7 +271,6 @@ onMounted(() => {
map-options
:options="columns"
option-value="name"
style="min-width: 140px"
class="col-xs-12 col-sm-3 col-md-2 q-ml-sm"
/>
@ -326,7 +327,7 @@ onMounted(() => {
size="xs"
name="mdi-format-list-bulleted-triangle"
/>
<div class="q-pl-md">ตราเงนเดอน</div>
<div class="q-pl-md">ตราาจาง</div>
</div>
</q-item-section>
</q-item>