อัพเดท type //เมนูเครื่องราช
This commit is contained in:
parent
d626279c6c
commit
27b4e9dd4c
8 changed files with 221 additions and 239 deletions
|
|
@ -167,5 +167,9 @@ const $q = useQuasar();
|
|||
const dateStart = ref<any>(new Date());
|
||||
const dateEnd = ref<any>(new Date());
|
||||
|
||||
const roundInsig = ref<string>("");
|
||||
const year = ref<string>("");
|
||||
const datelast = ref<string>("");
|
||||
|
||||
const routeName = router.currentRoute.value.name;
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@
|
|||
size="12px"
|
||||
flat
|
||||
round
|
||||
color="indigo"
|
||||
color="light-blue-8"
|
||||
@click.stop.prevent="clickProposals(props.row.id)"
|
||||
icon="mdi-file-download"
|
||||
>
|
||||
|
|
@ -161,6 +161,7 @@ import { ref, useAttrs } from "vue";
|
|||
import type { QTableProps } from "quasar";
|
||||
import router from "@/router";
|
||||
import { useQuasar } from "quasar";
|
||||
import type { FormProprsalsRound } from " @/modules/07_insignia/interface/request/Main.ts";
|
||||
|
||||
const $q = useQuasar(); //ใช้ noti quasar
|
||||
const modal = ref<boolean>(false);
|
||||
|
|
@ -229,7 +230,7 @@ const columns = ref<QTableProps["columns"]>([
|
|||
]);
|
||||
|
||||
// ข้อมูลตาราง (จำลอง)
|
||||
const rows = ref<any[]>([
|
||||
const rows = ref<FormProprsalsRound[]>([
|
||||
{
|
||||
round: "รอบการเสนอขอพระราชทานเครื่องราชฯ",
|
||||
year: "2566",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue