ตำแหน่ง/เงินเดือน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-09 14:16:14 +07:00
parent 7623a1e762
commit 3b0f85fea1
5 changed files with 75 additions and 29 deletions

View file

@ -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",