Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
上
上药订单生命周期升级
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sph
上药订单生命周期升级
Commits
06c5bd12
Commit
06c5bd12
authored
Mar 12, 2021
by
琉璃丶c
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
afb21c13
edef0fd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/views/myInvoice/index.vue
src/views/myInvoice/index.vue
+1
-0
src/views/myOrder/index.vue
src/views/myOrder/index.vue
+1
-0
No files found.
src/views/myInvoice/index.vue
View file @
06c5bd12
...
@@ -10,6 +10,7 @@ import HighSearch from './components/HighSearch.vue'
...
@@ -10,6 +10,7 @@ import HighSearch from './components/HighSearch.vue'
import
{
getFormateDate
}
from
'
@/utils/common
'
import
{
getFormateDate
}
from
'
@/utils/common
'
import
myInvoiceList
from
'
./myInvoiceList.vue
'
import
myInvoiceList
from
'
./myInvoiceList.vue
'
import
invoiecDetail
from
'
./invoiecDetail.vue
'
import
invoiecDetail
from
'
./invoiecDetail.vue
'
import
{
bridge
}
from
"
@/utils
"
;
export
default
{
export
default
{
name
:
'
MyInvoice
'
,
name
:
'
MyInvoice
'
,
components
:
{
components
:
{
...
...
src/views/myOrder/index.vue
View file @
06c5bd12
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
import
myOrderList
from
'
./myOrderList.vue
'
import
myOrderList
from
'
./myOrderList.vue
'
import
HighSearch
from
'
./components/HighSearch.vue
'
import
HighSearch
from
'
./components/HighSearch.vue
'
import
{
getFormateDate
}
from
'
@/utils/common
'
import
{
getFormateDate
}
from
'
@/utils/common
'
import
{
bridge
}
from
"
@/utils
"
;
const
allTabsTitle
=
[
const
allTabsTitle
=
[
{
title
:
'
全部
'
,
name
:
'
all
'
},
{
title
:
'
全部
'
,
name
:
'
all
'
},
{
title
:
'
已开单
'
,
name
:
'
billing
'
},
{
title
:
'
已开单
'
,
name
:
'
billing
'
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment