Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
李俊赕
self-support
Commits
aa731373
Commit
aa731373
authored
Sep 24, 2021
by
Facius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 15、“待签收”状态放在第一列位置,其次“待审核”,然后“待发货”,再是“已取消”,“已驳回”,最后是“全部”。
parent
ba2a7cb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
index.vue
src/pages/mine/warehouse/index.vue
+10
-10
No files found.
src/pages/mine/warehouse/index.vue
View file @
aa731373
...
...
@@ -79,11 +79,11 @@
computed
:
{
// 不传值 全部;待签收 15;待发货 10;待审核 1;已驳回 -2;已签收 20;已取消 -1;
list
()
{
return
[{
'name'
:
'全部'
,
'status'
:
null
return
[
{
'name'
:
'待签收'
,
'status'
:
15
},
{
'name'
:
'待审核'
,
'status'
:
1
...
...
@@ -93,13 +93,13 @@
'status'
:
10
},
{
'name'
:
'
待签收
'
,
'status'
:
15
'name'
:
'
已取消
'
,
'status'
:
-
1
},
//
{
// 'name': '已签收
',
// 'status': 20
//
}
{
'name'
:
'全部
'
,
'status'
:
null
}
]
},
// 当下tab
...
...
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