feat: 05 => update TableQuotation to display '-' for empty
This commit is contained in:
parent
99b39c4630
commit
4596b3e4e5
2 changed files with 3 additions and 3 deletions
|
|
@ -80,7 +80,7 @@ const pageState = reactive({
|
|||
hideStat: false,
|
||||
inputSearch: '',
|
||||
fieldSelected: [''],
|
||||
gridView: true,
|
||||
gridView: false,
|
||||
total: 0,
|
||||
|
||||
currentTab: 'Issued',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue