ปรับโครงสร้างอัตรากำลัง

This commit is contained in:
setthawutttty 2024-02-14 17:03:01 +07:00
parent a808fc06c3
commit 5a78311a75
2 changed files with 3 additions and 3 deletions

View file

@ -140,7 +140,7 @@ watch(
<q-tr :props="props" class="cursor-pointer">
<q-td v-for="col in props.cols" :key="col.name" :props="props">
<div v-if="col.name == 'no'">
{{ props.rowIndex + 1 }}
{{ props.rowIndex + 1 == 1 ? "1 (แบบร่าง)":props.rowIndex + 1 == 2 ? "2 (ปัจจุบัน)":props.rowIndex + 1 }}
</div>
<div v-else>