Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
d18d5a29
Commit
d18d5a29
authored
Sep 02, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
661c8b74
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1690 additions
and
1675 deletions
+1690
-1675
tradeactivityList.vue
src/components/tradePavilion/tradeactivityList.vue
+9
-1
index.js
src/router/index.js
+1681
-1674
No files found.
src/components/tradePavilion/tradeactivityList.vue
View file @
d18d5a29
...
...
@@ -57,8 +57,12 @@
<img
@
click=
"EditType(scope.row)"
style=
"width:32px;height:32px"
src=
"../../assets/img/userman/edit.png"
alt=
""
>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"查看报名"
placement=
"top-start"
>
<img
@
click=
"gotoSign(scope.row)"
style=
"width:32px;height:32px;"
src=
"../../assets/img/userman/icon-show.png"
alt=
""
>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"删除"
placement=
"top-start"
>
<img
@
click=
"delType(scope.row)"
style=
"width:32px;height:32px;
margin:0 10px
"
<img
@
click=
"delType(scope.row)"
style=
"width:32px;height:32px;"
src=
"../../assets/img/userman/del.png"
alt=
""
>
</el-tooltip>
</
template
>
...
...
@@ -247,6 +251,10 @@
this
.
getList
();
},
methods
:
{
gotoSign
(
item
)
{
var
qObj
=
{
Id
:
item
.
Id
};
this
.
OpenNewUrl
(
'/signList'
,
qObj
);
},
getItem
(
item
)
{
this
.
joinData
=
[];
this
.
joinData
=
item
.
CommerceConsultList
;
...
...
src/router/index.js
View file @
d18d5a29
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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