เพิ่มลิงค์
This commit is contained in:
parent
d62883f5a1
commit
57e46133ef
3 changed files with 28 additions and 24 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
<q-tab name="employee" label="ลูกจ้างประจำ" />
|
<q-tab name="employee" label="ลูกจ้างประจำ" />
|
||||||
</q-tabs>
|
</q-tabs>
|
||||||
</div>
|
</div>
|
||||||
<q-separator/>
|
<q-separator />
|
||||||
<div class="col-12 row q-pa-md">
|
<div class="col-12 row q-pa-md">
|
||||||
<div class="row col-12">
|
<div class="row col-12">
|
||||||
<div class="row col-12 q-col-gutter-sm">
|
<div class="row col-12 q-col-gutter-sm">
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
:borderless="false"
|
:borderless="false"
|
||||||
:outlined="true"
|
:outlined="true"
|
||||||
:hide-dropdown-icon="false"
|
:hide-dropdown-icon="false"
|
||||||
style="min-width: 150px;"
|
style="min-width: 150px"
|
||||||
@update:model-value="searchFilterTable"
|
@update:model-value="searchFilterTable"
|
||||||
/>
|
/>
|
||||||
<div>
|
<div>
|
||||||
|
|
@ -178,7 +178,9 @@ import type {
|
||||||
FormMainProbation2,
|
FormMainProbation2,
|
||||||
} from "@/modules/05_placement/interface/request/Main";
|
} from "@/modules/05_placement/interface/request/Main";
|
||||||
import { useQuasar } from "quasar";
|
import { useQuasar } from "quasar";
|
||||||
|
import { useRouter } from "vue-router";
|
||||||
|
|
||||||
|
const router = useRouter();
|
||||||
const $q = useQuasar(); //ใช้ noti quasar
|
const $q = useQuasar(); //ใช้ noti quasar
|
||||||
const modal = ref<boolean>(false);
|
const modal = ref<boolean>(false);
|
||||||
const pagination = ref({
|
const pagination = ref({
|
||||||
|
|
@ -334,6 +336,7 @@ const clickDelete = (id: string) => {
|
||||||
|
|
||||||
const clickAdd = () => {
|
const clickAdd = () => {
|
||||||
// modal.value = true;
|
// modal.value = true;
|
||||||
|
router.push("/retirement/list");
|
||||||
};
|
};
|
||||||
const clickClose = async () => {
|
const clickClose = async () => {
|
||||||
modal.value = false;
|
modal.value = false;
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<div>
|
<div>
|
||||||
<q-card flat bordered class="col-12 q-mt-sm">
|
<q-card flat bordered class="col-12 q-mt-sm">
|
||||||
<div class="q-pa-md">
|
<div class="q-pa-md">
|
||||||
<q-item to="/insignia/report/report-01" dense>
|
<q-item to="/insignia/report/report-01" tag="q-item" dense>
|
||||||
<q-item-section avatar>
|
<q-item-section avatar>
|
||||||
<q-icon color="primary" name="mdi-file" size="xs" />
|
<q-icon color="primary" name="mdi-file" size="xs" />
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
|
|
||||||
<q-item to="/" dense>
|
<q-item to="/insignia/report/report-02" dense>
|
||||||
<q-item-section avatar>
|
<q-item-section avatar>
|
||||||
<q-icon color="primary" name="mdi-file" size="xs" />
|
<q-icon color="primary" name="mdi-file" size="xs" />
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
|
|
||||||
<q-item to="/" dense>
|
<q-item to="/insignia/report/report-03" dense>
|
||||||
<q-item-section avatar>
|
<q-item-section avatar>
|
||||||
<q-icon color="primary" name="mdi-file" size="xs" />
|
<q-icon color="primary" name="mdi-file" size="xs" />
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
|
|
|
||||||
|
|
@ -20,15 +20,6 @@ export default [
|
||||||
Role: "insignia",
|
Role: "insignia",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: "/insignia/report",
|
|
||||||
name: "insignia-report",
|
|
||||||
component: ReportView,
|
|
||||||
meta: {
|
|
||||||
Auth: true,
|
|
||||||
Key: [7.1],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: "/insignia/result-insignia",
|
path: "/insignia/result-insignia",
|
||||||
name: "result-insignia",
|
name: "result-insignia",
|
||||||
|
|
@ -39,16 +30,6 @@ export default [
|
||||||
Role: "insignia",
|
Role: "insignia",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: "/insignia/report/report-01",
|
|
||||||
name: "insignia-report-report-01",
|
|
||||||
component: report_01,
|
|
||||||
meta: {
|
|
||||||
Auth: true,
|
|
||||||
Key: [7.1],
|
|
||||||
Role: "insignia",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: "/insignia/coin",
|
path: "/insignia/coin",
|
||||||
name: "coin",
|
name: "coin",
|
||||||
|
|
@ -59,4 +40,24 @@ export default [
|
||||||
Role: "insignia",
|
Role: "insignia",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: "/insignia/report",
|
||||||
|
name: "insignia-report",
|
||||||
|
component: ReportView,
|
||||||
|
meta: {
|
||||||
|
Auth: true,
|
||||||
|
Key: [7],
|
||||||
|
Role: "insignia",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: "/insignia/report/report-01",
|
||||||
|
name: "report-report-01",
|
||||||
|
component: report_01,
|
||||||
|
meta: {
|
||||||
|
Auth: true,
|
||||||
|
Key: [7],
|
||||||
|
Role: "insignia",
|
||||||
|
},
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue