ตำแหน่ง/เงินเดือน
This commit is contained in:
parent
7623a1e762
commit
3b0f85fea1
5 changed files with 75 additions and 29 deletions
|
|
@ -17,7 +17,6 @@ import type {
|
|||
} from "@/modules/02_organizationalNew/interface/index/Main";
|
||||
import type {
|
||||
OptionType,
|
||||
OptionExecutive,
|
||||
OptionLevel,
|
||||
SelectPerson,
|
||||
TypePos,
|
||||
|
|
@ -49,11 +48,11 @@ const props = defineProps({
|
|||
type: Function,
|
||||
require: true,
|
||||
},
|
||||
dataDetailPos: { type: Object, require: true },
|
||||
fetchDataTable: {
|
||||
type: Function,
|
||||
required: true,
|
||||
},
|
||||
dataDetailPos: { type: Object, require: true },
|
||||
});
|
||||
|
||||
const isReadonly = ref<boolean>(false); // อ่านได้อย่างเดียว
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue