แก้ เพิ่ม -
This commit is contained in:
parent
fddb0f7dc4
commit
2c21eb46d5
1 changed files with 1 additions and 1 deletions
|
|
@ -977,7 +977,7 @@ onMounted(() => {
|
|||
{{ props.rowIndex + 1 }}
|
||||
</div>
|
||||
<div v-else>
|
||||
{{ props.value ?? "-" }}
|
||||
{{ props.value ? props.value: "-" }}
|
||||
</div>
|
||||
</q-td>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue