Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
small-program-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ec801e35
authored
Jul 26, 2019
by
duanguohui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
967a6482
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
src/views/orderList/OrderDetail.vue
+1
-1
src/views/orderList/OrderList.vue
+3
-3
src/views/user.vue
+1
-1
No files found.
src/views/orderList/OrderDetail.vue
View file @
ec801e35
...
@@ -235,7 +235,7 @@ export default {
...
@@ -235,7 +235,7 @@ export default {
}
else
if
(
type
===
'JZ'
)
{
}
else
if
(
type
===
'JZ'
)
{
return
'家政'
return
'家政'
}
else
if
(
type
===
'CS'
)
{
}
else
if
(
type
===
'CS'
)
{
return
'
超市
'
return
'
花卉绿植
'
}
}
}
}
}
}
...
...
src/views/orderList/OrderList.vue
View file @
ec801e35
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
<el-option
label=
"全部"
value=
""
></el-option>
<el-option
label=
"全部"
value=
""
></el-option>
<el-option
label=
"外卖"
value=
"WM"
></el-option>
<el-option
label=
"外卖"
value=
"WM"
></el-option>
<el-option
label=
"家政"
value=
"JZ"
></el-option>
<el-option
label=
"家政"
value=
"JZ"
></el-option>
<el-option
label=
"
超市
"
value=
"CS"
></el-option>
<el-option
label=
"
花卉绿植
"
value=
"CS"
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -180,7 +180,7 @@
...
@@ -180,7 +180,7 @@
<!-- <el-option label="全部" value=""></el-option> -->
<!-- <el-option label="全部" value=""></el-option> -->
<el-option
label=
"外卖"
value=
"WM"
></el-option>
<el-option
label=
"外卖"
value=
"WM"
></el-option>
<el-option
label=
"家政"
value=
"JZ"
></el-option>
<el-option
label=
"家政"
value=
"JZ"
></el-option>
<el-option
label=
"
超市
"
value=
"CS"
></el-option>
<el-option
label=
"
花卉绿植
"
value=
"CS"
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -417,7 +417,7 @@ export default {
...
@@ -417,7 +417,7 @@ export default {
}
else
if
(
type
===
'JZ'
)
{
}
else
if
(
type
===
'JZ'
)
{
return
'家政'
return
'家政'
}
else
if
(
type
===
'CS'
)
{
}
else
if
(
type
===
'CS'
)
{
return
'
超市
'
return
'
花卉绿植
'
}
else
if
(
type
===
'CSSM'
)
{
}
else
if
(
type
===
'CSSM'
)
{
return
'厨师上门'
return
'厨师上门'
}
else
if
(
type
===
'BJ'
)
{
}
else
if
(
type
===
'BJ'
)
{
...
...
src/views/user.vue
View file @
ec801e35
...
@@ -166,7 +166,7 @@ export default {
...
@@ -166,7 +166,7 @@ export default {
}
else
if
(
type
===
'JZ'
)
{
}
else
if
(
type
===
'JZ'
)
{
return
'家政'
return
'家政'
}
else
if
(
type
===
'CS'
)
{
}
else
if
(
type
===
'CS'
)
{
return
'
超市
'
return
'
花卉绿植
'
}
}
}
}
}
}
...
...
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