This commit is contained in:
setthawutttty 2024-01-05 11:05:49 +07:00
parent c2e0e5cb59
commit bc8a03139d
4 changed files with 51 additions and 48 deletions

View file

@ -33,15 +33,6 @@ export const useDisciplineMainStore = defineStore("disciplineMainStore", () => {
const rowsCheck = ref<ArrayPersonAdd[]>([]);
/** หัวตารางผู้ถูกร้องเรียน */
const columnsRespondent = ref<QTableProps["columns"]>([
{
name: "info",
align: "left",
label: "",
sortable: false,
field: "info",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
{
name: "no",
align: "left",