refactor: edit id btn
This commit is contained in:
parent
b76394e560
commit
55a6e03bcf
1 changed files with 2 additions and 4 deletions
|
|
@ -45,7 +45,6 @@ import FormEmployeePassport from 'components/03_customer-management/FormEmployee
|
|||
import FormEmployeeVisa from 'components/03_customer-management/FormEmployeeVisa.vue';
|
||||
import DialogForm from 'components/DialogForm.vue';
|
||||
import SideMenu from 'components/SideMenu.vue';
|
||||
import { AddButton } from 'components/button';
|
||||
import TableEmpoloyee from 'src/components/03_customer-management/TableEmpoloyee.vue';
|
||||
import { calculateAge, toISOStringWithTimezone } from 'src/utils/datetime';
|
||||
import {
|
||||
|
|
@ -71,8 +70,6 @@ import FormEmployeeOther from 'components/03_customer-management/FormEmployeeOth
|
|||
import useOptionStore from 'stores/options';
|
||||
import { DialogContainer, DialogHeader } from 'components/dialog';
|
||||
import KebabAction from 'src/components/shared/KebabAction.vue';
|
||||
import { group } from 'node:console';
|
||||
import { readonly } from 'vue';
|
||||
|
||||
const currentSelectedMenu = ref<{ label: string; value: string }>({
|
||||
label: '',
|
||||
|
|
@ -1336,6 +1333,7 @@ const emptyCreateDialog = ref(false);
|
|||
|
||||
<q-td>
|
||||
<q-btn
|
||||
id="btn-show-employee"
|
||||
dense
|
||||
flat
|
||||
@click.stop="
|
||||
|
|
@ -1374,7 +1372,7 @@ const emptyCreateDialog = ref(false);
|
|||
|
||||
<q-btn
|
||||
icon="mdi-eye-outline"
|
||||
:id="`btn-eye-${props.row.customerName}`"
|
||||
:id="`btn-eye-${props.row.name}`"
|
||||
size="sm"
|
||||
dense
|
||||
round
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue