Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
c066026c
Commit
c066026c
authored
Feb 25, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
d6050451
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
7 deletions
+26
-7
GroupAdvertising.vue
src/components/TravelManager/TravelList/GroupAdvertising.vue
+26
-7
No files found.
src/components/TravelManager/TravelList/GroupAdvertising.vue
View file @
c066026c
...
@@ -61,22 +61,41 @@
...
@@ -61,22 +61,41 @@
<a
:href=
'item.AdvertisingPicUrl'
target=
"_blank"
:download=
"$t('salesModule.AdvPic')+'.png'"
><i
class=
"el-icon-download"
<a
:href=
'item.AdvertisingPicUrl'
target=
"_blank"
:download=
"$t('salesModule.AdvPic')+'.png'"
><i
class=
"el-icon-download"
:title=
"$t('objFill.xz')"
></i></a>
-->
:title=
"$t('objFill.xz')"
></i></a>
-->
<span
@
click=
"getPicList(index)"
><i
class=
"iconfont icon-view"
title=
"查看原图"
></i></span>
<span
@
click=
"getPicList(index)"
><i
class=
"iconfont icon-view"
title=
"查看原图"
></i></span>
<span
@
click=
"clickDownLoad(item,1)"
><i
class=
"el-icon-download"
title=
"旅小友二维码"
></i></span>
<!--
<span
@
click=
"clickDownLoad(item,1)"
><i
class=
"el-icon-download"
title=
"旅小友二维码"
></i></span>
-->
<span>
<!--
<span
@
click=
"clickDownLoad(item,2)"
><i
class=
"el-icon-download"
title=
"行程二维码"
></i></span>
-->
<el-popover
popper-class=
"_ASDetails"
<!--
<span
@
click=
"clickDownLoad(item,3)"
><i
class=
"el-icon-download"
title=
"原图下载"
></i></span>
-->
width=
"100"
trigger=
"hover"
>
<span
class=
"el-dropdown-link"
slot=
"reference"
>
<i
class=
"el-icon-download el-icon--right"
></i>
</span>
<el-dropdown-item
@
click
.
native=
"clickDownLoad(item,1)"
>
旅小友广告
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"clickDownLoad(item,2)"
>
行程广告
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"clickDownLoad(item,3)"
>
原图下载
</el-dropdown-item>
</el-popover>
<!--
<el-dropdown>
<span
class=
"el-dropdown-link"
>
<i
class=
"el-icon-download el-icon--right"
></i>
</span>
<el-dropdown-menu
slot=
"dropdown"
>
<el-dropdown-item
@
click
.
native=
"clickDownLoad(item,1)"
>
旅小友广告
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"clickDownLoad(item,2)"
>
行程广告
</el-dropdown-item>
<el-dropdown-item
@
click
.
native=
"clickDownLoad(item,3)"
>
原图
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
-->
</span>
<i
class=
"el-icon-delete"
:title=
"$t('system.ph_shanchu')"
@
click
.
stop=
"deleteItem(item.ID)"
></i>
<i
class=
"el-icon-delete"
:title=
"$t('system.ph_shanchu')"
@
click
.
stop=
"deleteItem(item.ID)"
></i>
</div>
</div>
</div>
</div>
<div
style=
"text-align:center;"
>
<
!--
<
div
style=
"text-align:center;"
>
<el-button
type=
"text"
@
click=
"clickDownLoad(item,2)"
>
<el-button
type=
"text"
@
click=
"clickDownLoad(item,2)"
>
行程广告图下载
行程广告图下载
</el-button>
</el-button>
<el-button
type=
"text"
@
click=
"clickDownLoad(item,3)"
>
<el-button
type=
"text"
@
click=
"clickDownLoad(item,3)"
>
原图下载
原图下载
</el-button>
</el-button>
</div>
</div>
-->
</li>
</li>
</ul>
</ul>
<div
v-if=
'dataList.length==0'
style=
'width:100%;margin-top:50px;text-align:center;color: #ccc;'
>
<div
v-if=
'dataList.length==0'
style=
'width:100%;margin-top:50px;text-align:center;color: #ccc;'
>
...
...
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