This commit is contained in:
parent
bfa0571e0b
commit
3b6bae7ace
1 changed files with 12 additions and 2 deletions
|
|
@ -533,7 +533,12 @@ watch([() => pageState.inputSearch, propertyPageSize], () => {
|
|||
dense
|
||||
round
|
||||
flat
|
||||
@click.stop="() => {}"
|
||||
@click.stop="
|
||||
() => {
|
||||
assignFormData(props.row);
|
||||
triggerDialog('view');
|
||||
}
|
||||
"
|
||||
/>
|
||||
<KebabAction
|
||||
:id-name="props.row.name"
|
||||
|
|
@ -624,7 +629,12 @@ watch([() => pageState.inputSearch, propertyPageSize], () => {
|
|||
dense
|
||||
round
|
||||
flat
|
||||
@click.stop="() => {}"
|
||||
@click.stop="
|
||||
() => {
|
||||
assignFormData(props.row);
|
||||
triggerDialog('view');
|
||||
}
|
||||
"
|
||||
/>
|
||||
<KebabAction
|
||||
:id-name="props.row.id"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue