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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
16 deletions
+26
-16
ruoyi-ui/src/views/smartSchool/massOrganization/clubActivityRecord/index.vue
+13
-8
ruoyi-ui/src/views/smartSchool/massOrganization/communityStyle/index.vue
+13
-8
No files found.
ruoyi-ui/src/views/smartSchool/massOrganization/clubActivityRecord/index.vue
View file @
11f8add3
...
@@ -67,14 +67,19 @@
...
@@ -67,14 +67,19 @@
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
/>
<el-table-column
label=
"备注"
align=
"center"
prop=
"remark"
/>
<el-table-column
label=
"附件"
align=
"center"
prop=
"file"
>
<el-table-column
label=
"附件"
align=
"center"
prop=
"file"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<el-image
<el-carousel
trigger=
"click"
height=
"150px"
:interval=
"4000"
>
v-for=
"(item, index) in scope.row.file.split(',')"
<el-carousel-item
:key=
"index"
v-for=
"(item, index) in scope.row.file.split(',')"
style=
"width: 100px; height: 100px"
:key=
"index"
:src=
"pev + item"
>
:preview-src-list=
"[pev + item]"
<el-image
>
:src=
"pev + item"
</el-image>
style=
"width: 150px; height: 130px"
:preview-src-list=
"[pev + item]"
>
</el-image>
</el-carousel-item>
</el-carousel>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
<el-table-column
...
...
ruoyi-ui/src/views/smartSchool/massOrganization/communityStyle/index.vue
View file @
11f8add3
...
@@ -63,14 +63,19 @@
...
@@ -63,14 +63,19 @@
<el-table-column
label=
"活动主题"
align=
"center"
prop=
"theme"
/>
<el-table-column
label=
"活动主题"
align=
"center"
prop=
"theme"
/>
<el-table-column
label=
"附件"
align=
"center"
prop=
"file"
>
<el-table-column
label=
"附件"
align=
"center"
prop=
"file"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<el-image
<el-carousel
trigger=
"click"
height=
"150px"
:interval=
"4000"
>
v-for=
"(item, index) in scope.row.file.split(',')"
<el-carousel-item
:key=
"index"
v-for=
"(item, index) in scope.row.file.split(',')"
style=
"width: 100px; height: 100px"
:key=
"index"
:src=
"pev + item"
>
:preview-src-list=
"[pev + item]"
<el-image
>
:src=
"pev + item"
</el-image>
style=
"width: 150px; height: 130px"
:preview-src-list=
"[pev + item]"
>
</el-image>
</el-carousel-item>
</el-carousel>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"是否发布"
align=
"center"
prop=
"isfb"
>
<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