เพิ่ม ขีด /ลำดับอยู่กลาง
This commit is contained in:
parent
d4abce0842
commit
9f39837940
3 changed files with 17 additions and 17 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -190,7 +190,7 @@ export const useInvestigateDisStore = defineStore(
|
|||
const columnsDirector = ref<QTableProps["columns"]>([
|
||||
{
|
||||
name: "no",
|
||||
align: "left",
|
||||
align: "center",
|
||||
label: "ลำดับ",
|
||||
sortable: false,
|
||||
field: "no",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue