ปรับ ออกคำสั่งลงโทษทางวินัย
This commit is contained in:
parent
5174ec3bfb
commit
68b788491b
2 changed files with 6 additions and 3 deletions
|
|
@ -40,6 +40,8 @@ const {
|
|||
|
||||
const route = useRoute();
|
||||
const $q = useQuasar();
|
||||
|
||||
const routeName = ref<string>(route.name ? route.name.toString() : "");
|
||||
const modalData = ref<any>({
|
||||
salaryAmount: null,
|
||||
positionSalaryAmount: null,
|
||||
|
|
@ -715,7 +717,9 @@ const pagination = ref({
|
|||
:visible-columns="visibleColumns"
|
||||
:filter="filter"
|
||||
row-key="name"
|
||||
selection="multiple"
|
||||
:selection="
|
||||
routeName === 'disciplineOrderDatail' ? 'single' : 'multiple'
|
||||
"
|
||||
v-model:selected="selected"
|
||||
>
|
||||
<template v-slot:header="props">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue