Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangqi
dd_school
Commits
11f8add3
Commit
11f8add3
authored
Nov 08, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd 社团
parent
16f5df1b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
ruoyi-ui/src/views/smartSchool/massOrganization/clubActivityRecord/index.vue
+7
-2
ruoyi-ui/src/views/smartSchool/massOrganization/communityStyle/index.vue
+7
-2
No files found.
ruoyi-ui/src/views/smartSchool/massOrganization/clubActivityRecord/index.vue
View file @
11f8add3
...
...
@@ -67,14 +67,19 @@
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
/>
<el-table-column
label=
"附件"
align=
"center"
prop=
"file"
>
<template
slot-scope=
"scope"
>
<el-image
<el-carousel
trigger=
"click"
height=
"150px"
:interval=
"4000"
>
<el-carousel-item
v-for=
"(item, index) in scope.row.file.split(',')"
:key=
"index"
style=
"width: 100px; height: 100px"
>
<el-image
:src=
"pev + item"
style=
"width: 150px; height: 130px"
:preview-src-list=
"[pev + item]"
>
</el-image>
</el-carousel-item>
</el-carousel>
</
template
>
</el-table-column>
<el-table-column
...
...
ruoyi-ui/src/views/smartSchool/massOrganization/communityStyle/index.vue
View file @
11f8add3
...
...
@@ -63,14 +63,19 @@
<el-table-column
label=
"活动主题"
align=
"center"
prop=
"theme"
/>
<el-table-column
label=
"附件"
align=
"center"
prop=
"file"
>
<template
slot-scope=
"scope"
>
<el-image
<el-carousel
trigger=
"click"
height=
"150px"
:interval=
"4000"
>
<el-carousel-item
v-for=
"(item, index) in scope.row.file.split(',')"
:key=
"index"
style=
"width: 100px; height: 100px"
>
<el-image
:src=
"pev + item"
style=
"width: 150px; height: 130px"
:preview-src-list=
"[pev + item]"
>
</el-image>
</el-carousel-item>
</el-carousel>
</
template
>
</el-table-column>
<el-table-column
label=
"是否发布"
align=
"center"
prop=
"isfb"
>
...
...
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