Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-web-master
Project
Project
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
1
Merge Requests
1
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
lanbaoming
jiedao-web-master
Commits
ab82f738
Commit
ab82f738
authored
Jan 23, 2025
by
Smile
Committed by
wux
Feb 06, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug230 (web)首页-查询通过查询功能查询不到我收到的订单。请看截图
parent
2834e730
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
index.vue
src/views/jiedao/profile/index.vue
+8
-7
No files found.
src/views/jiedao/profile/index.vue
View file @
ab82f738
...
...
@@ -140,13 +140,12 @@
/>
<el-table-column
:label=
"$t('profile.status')"
prop=
"statusMsg"
align=
"center"
header-align=
"center"
>
<
!-- <
template slot-scope="scope">
<dict-tag :type="DICT_TYPE.ORDER_STATUS" :value="scope.row.status" />
</template>
-->
<
template
slot-scope=
"scope"
>
{{
getStatusName
(
scope
.
row
)
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"createTime"
...
...
@@ -307,9 +306,7 @@ export default {
this
.
noticeList
=
r
.
data
.
list
})
this
.
getList
()
getReceived
(
this
.
condition
).
then
((
r
)
=>
{
this
.
receivedOrderList
=
r
.
data
.
list
})
this
.
intervalId
=
setInterval
(()
=>
{
// 定义定时器
this
.
getText
()
},
this
.
playTime
)
...
...
@@ -347,6 +344,10 @@ export default {
getIssued
(
this
.
queryParams
).
then
((
r
)
=>
{
this
.
sendOrderList
=
r
.
data
.
list
.
slice
(
0
,
3
)
})
const
uniqueMergedParams
=
Object
.
assign
({},
this
.
queryParams
,
this
.
condition
);
getReceived
(
uniqueMergedParams
).
then
((
r
)
=>
{
this
.
receivedOrderList
=
r
.
data
.
list
})
},
getUpdateOpenAd
:
function
(
data
)
{
//获取存储的会员等级信息
...
...
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