เงินเดือน ทะเบียนประวัติ
This commit is contained in:
parent
c26efe6c21
commit
f52a0bd2c5
6 changed files with 647 additions and 753 deletions
|
|
@ -19,6 +19,17 @@
|
|||
:color="!next ? 'grey-7' : 'public'"
|
||||
/>
|
||||
<q-space />
|
||||
<q-btn
|
||||
v-if="modalEdit == true"
|
||||
flat
|
||||
round
|
||||
color="blue"
|
||||
@click="props.coppy"
|
||||
icon="content_copy"
|
||||
>
|
||||
<q-tooltip>คัดลอกข้อมูล</q-tooltip></q-btn
|
||||
>
|
||||
|
||||
<q-btn
|
||||
v-if="modalEdit == true"
|
||||
flat
|
||||
|
|
@ -100,6 +111,10 @@ const props = defineProps({
|
|||
type: Function,
|
||||
default: () => console.log("not function"),
|
||||
},
|
||||
coppy: {
|
||||
type: Function,
|
||||
default: () => console.log("not function"),
|
||||
},
|
||||
});
|
||||
const emit = defineEmits([
|
||||
"update:editvisible",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue