refactor: by view define props
This commit is contained in:
parent
5f908740b9
commit
241c20356f
1 changed files with 3 additions and 0 deletions
|
|
@ -263,6 +263,7 @@ function print() {
|
|||
:branch="branch"
|
||||
:customer="customer"
|
||||
:details="details"
|
||||
:view="view"
|
||||
/>
|
||||
|
||||
<span
|
||||
|
|
@ -418,6 +419,7 @@ function print() {
|
|||
:branch="branch"
|
||||
:customer="customer"
|
||||
:details="details"
|
||||
:view="view"
|
||||
/>
|
||||
|
||||
<span
|
||||
|
|
@ -447,6 +449,7 @@ function print() {
|
|||
:branch="branch"
|
||||
:customer="customer"
|
||||
:details="details"
|
||||
:view="view"
|
||||
/>
|
||||
|
||||
<span
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue