แก้ เพิ่ม -

This commit is contained in:
setthawutttty 2024-10-04 10:04:49 +07:00
parent fddb0f7dc4
commit 2c21eb46d5

View file

@ -977,7 +977,7 @@ onMounted(() => {
{{ props.rowIndex + 1 }}
</div>
<div v-else>
{{ props.value ?? "-" }}
{{ props.value ? props.value: "-" }}
</div>
</q-td>
</template>