refactor: handle action edit
This commit is contained in:
parent
936fd7ebdd
commit
c8be545ef8
3 changed files with 5 additions and 1 deletions
|
|
@ -621,6 +621,7 @@ async function storeDataLocal(id: string) {
|
|||
:rows="quotationData"
|
||||
:visible-columns="pageState.fieldSelected"
|
||||
:grid="pageState.gridView"
|
||||
:hide-edit="pageState.currentTab !== 'Issued'"
|
||||
@preview="(id: any) => storeDataLocal(id)"
|
||||
@view="
|
||||
(item) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue