เพิ่ม ขีด /ลำดับอยู่กลาง

This commit is contained in:
STW_TTTY\stwtt 2024-06-25 16:41:48 +07:00
parent d4abce0842
commit 9f39837940
3 changed files with 17 additions and 17 deletions

View file

@ -1468,7 +1468,7 @@ onMounted(async () => {
{{ props.rowIndex + 1 }}
</div>
<div v-else class="table_ellipsis2">
{{ col.value }}
{{ col.value?col.value:'-' }}
</div>
</q-td>
<q-td class="text-right">

View file

@ -190,7 +190,7 @@ export const useInvestigateDisStore = defineStore(
const columnsDirector = ref<QTableProps["columns"]>([
{
name: "no",
align: "left",
align: "center",
label: "ลำดับ",
sortable: false,
field: "no",