Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
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
张伯涛
bigDataSystem
Commits
db1fa1a2
Commit
db1fa1a2
authored
Dec 23, 2024
by
liangjingpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个人中心-我的消息-bug修改
parent
2c349caf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
detail.vue
src/views/personalCenter/myMessage/detail.vue
+1
-1
index.vue
src/views/personalCenter/myMessage/index.vue
+2
-2
No files found.
src/views/personalCenter/myMessage/detail.vue
View file @
db1fa1a2
<
template
>
<PageWrapper
:title=
"title"
:title=
"title
==='代办'?title:'订单信息列'
"
dense
contentBackground
contentFullHeight
...
...
src/views/personalCenter/myMessage/index.vue
View file @
db1fa1a2
...
...
@@ -47,7 +47,7 @@
</BasicTable>
</div>
</Tabs
.TabPane
>
<Tabs
.
TabPane
key=
"3"
tab=
"
待办
"
>
<Tabs
.
TabPane
key=
"3"
tab=
"
订单待支付
"
>
<div
class=
"h-full"
style=
"padding: 0 25px"
>
<BasicTable
@
register=
"registerTodoTable"
>
<
template
#
bodyCell=
"{ column, record }"
>
...
...
@@ -55,7 +55,7 @@
<TableAction
:actions=
"[
{
label: '
详情
',
label: '
去处理
',
onClick: handleDetail.bind(null, record),
},
]"
...
...
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