This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
pet-front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
11
master
主管理员
2 months ago
parent
ec2a066f90
commit
7c08d5da19
2 changed files
with
6 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/orderTakingManage/components/list.vue
+5
-4
pages/orderTakingManage/index.vue
+ 1
- 1
pages/orderTakingManage/components/list.vue
View File
@ -7,7 +7,7 @@
<
text
v-if
="current != 2"
>
待接单
<
/
text
>
<
/
view
>
<
view
>
本单酬劳
<
text
style
=
"color: #FF530A"
>
¥
{
{
item
.
pric
e
}
}
<
/
text
>
<
text
style
=
"color: #FF530A"
>
¥
{
{
item
.
orderGiv
e
}
}
<
/
text
>
<
/
view
>
<
/
view
>
<
view
class
=
"container-list"
>
+ 5
- 4
pages/orderTakingManage/index.vue
View File
@ -42,19 +42,19 @@
const
list
=
reactive
(
[
{
name
:
'系统派单'
,
badge
:
{
value
:
5
,
value
:
0
,
}
}
,
{
name
:
'个人订单'
,
badge
:
{
value
:
5
,
value
:
0
,
}
}
,
{
name
:
'流失订单'
,
badge
:
{
value
:
5
,
value
:
0
,
}
}
,
]
)
@ -72,11 +72,12 @@
/
/
获
取
接
单
大
厅
列
表
const
getOrderList
=
async
(
)
=>
{
let
response
=
await
orderList
(
{
status
:
current
.
value
,
type
:
current
.
value
,
userIdJson
:
userInfo
.
value
.
userId
}
)
;
if
(
response
.
code
==
200
&&
response
.
data
)
{
orderlist
.
value
=
response
.
data
.
rows
;
}
}
Write
Preview
Loading…
Cancel
Save