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"
|
:branch="branch"
|
||||||
:customer="customer"
|
:customer="customer"
|
||||||
:details="details"
|
:details="details"
|
||||||
|
:view="view"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<span
|
<span
|
||||||
|
|
@ -418,6 +419,7 @@ function print() {
|
||||||
:branch="branch"
|
:branch="branch"
|
||||||
:customer="customer"
|
:customer="customer"
|
||||||
:details="details"
|
:details="details"
|
||||||
|
:view="view"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<span
|
<span
|
||||||
|
|
@ -447,6 +449,7 @@ function print() {
|
||||||
:branch="branch"
|
:branch="branch"
|
||||||
:customer="customer"
|
:customer="customer"
|
||||||
:details="details"
|
:details="details"
|
||||||
|
:view="view"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<span
|
<span
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue