ตำแหน่ง/เงินเดือน
This commit is contained in:
parent
7623a1e762
commit
3b0f85fea1
5 changed files with 75 additions and 29 deletions
|
|
@ -20,7 +20,7 @@
|
|||
/>
|
||||
<q-space />
|
||||
<q-btn
|
||||
v-if="modalEdit == true"
|
||||
v-if="modalEdit == true && props.name === 'salary'"
|
||||
flat
|
||||
round
|
||||
color="blue"
|
||||
|
|
@ -115,6 +115,10 @@ const props = defineProps({
|
|||
type: Function,
|
||||
default: () => console.log("not function"),
|
||||
},
|
||||
name: {
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
});
|
||||
const emit = defineEmits([
|
||||
"update:editvisible",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue