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
9ef267a4
Commit
9ef267a4
authored
Nov 07, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd 教师电子档案
parent
d920aacd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
78 additions
and
51 deletions
+78
-51
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
+20
-12
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
+38
-27
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/dataMaintenance.vue
+20
-12
No files found.
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
View file @
9ef267a4
...
@@ -374,7 +374,8 @@
...
@@ -374,7 +374,8 @@
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"附件"
prop=
"thesisList"
>
<el-table-column
align=
"center"
label=
"附件"
prop=
"thesisList"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
<el-carousel
trigger=
"click"
height=
"60px"
>
<el-carousel-item
v-for=
"(accessory, index) in scope.row.thesisListInfo"
v-for=
"(accessory, index) in scope.row.thesisListInfo"
:key=
"index"
:key=
"index"
>
>
...
@@ -385,9 +386,10 @@
...
@@ -385,9 +386,10 @@
>
-->
>
-->
<img
<img
:src=
"baseUrl + accessory.accessoryUrl"
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 10
0px"
style=
"width: 15
0px"
/>
/>
</div>
</el-carousel-item>
</el-carousel>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -416,7 +418,8 @@
...
@@ -416,7 +418,8 @@
prop=
"materialList"
prop=
"materialList"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
<el-carousel
trigger=
"click"
height=
"60px"
>
<el-carousel-item
v-for=
"(accessory, index) in scope.row.matListInfo"
v-for=
"(accessory, index) in scope.row.matListInfo"
:key=
"index"
:key=
"index"
>
>
...
@@ -427,9 +430,10 @@
...
@@ -427,9 +430,10 @@
>
-->
>
-->
<img
<img
:src=
"baseUrl + accessory.accessoryUrl"
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 10
0px"
style=
"width: 15
0px"
/>
/>
</div>
</el-carousel-item>
</el-carousel>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -462,7 +466,8 @@
...
@@ -462,7 +466,8 @@
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"附件"
>
<el-table-column
align=
"center"
label=
"附件"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
<el-carousel
trigger=
"click"
height=
"60px"
>
<el-carousel-item
v-for=
"(accessory, index) in scope.row.trainingListInfo"
v-for=
"(accessory, index) in scope.row.trainingListInfo"
:key=
"index"
:key=
"index"
>
>
...
@@ -473,9 +478,10 @@
...
@@ -473,9 +478,10 @@
>
-->
>
-->
<img
<img
:src=
"baseUrl + accessory.accessoryUrl"
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 10
0px"
style=
"width: 15
0px"
/>
/>
</div>
</el-carousel-item>
</el-carousel>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -519,7 +525,8 @@
...
@@ -519,7 +525,8 @@
"
"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
<el-carousel
trigger=
"click"
height=
"60px"
>
<el-carousel-item
v-for=
"(accessory, index) in scope.row.accListInfo"
v-for=
"(accessory, index) in scope.row.accListInfo"
:key=
"index"
:key=
"index"
>
>
...
@@ -530,9 +537,10 @@
...
@@ -530,9 +537,10 @@
>
-->
>
-->
<img
<img
:src=
"baseUrl + accessory.accessoryUrl"
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 10
0px"
style=
"width: 15
0px"
/>
/>
</div>
</el-carousel-item>
</el-carousel>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
...
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
View file @
9ef267a4
...
@@ -376,20 +376,17 @@
...
@@ -376,20 +376,17 @@
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"附件"
prop=
"thesisList"
>
<el-table-column
align=
"center"
label=
"附件"
prop=
"thesisList"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
<el-carousel
trigger=
"click"
height=
"60px"
>
<el-carousel-item
v-for=
"(accessory, index) in scope.row.thesisListInfo"
v-for=
"(accessory, index) in scope.row.thesisListInfo"
:key=
"index"
:key=
"index"
>
>
<!--
<a
:href=
"baseUrl + accessory.accessoryUrl"
target=
"_blank"
>
{{
accessory
.
accessoryName
}}
</a
>
-->
<img
<img
:src=
"baseUrl + accessory.accessoryUrl"
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 10
0px"
style=
"width: 15
0px"
/>
/>
</div>
</el-carousel-item>
</el-carousel>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -418,20 +415,31 @@
...
@@ -418,20 +415,31 @@
prop=
"materialList"
prop=
"materialList"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
<
!--
<
div
v-for=
"(accessory, index) in scope.row.matListInfo"
v-for=
"(accessory, index) in scope.row.matListInfo"
:key=
"index"
:key=
"index"
>
>
-->
<!--
<a
<!--
<a
:href=
"baseUrl + accessory.accessoryUrl"
:href=
"baseUrl + accessory.accessoryUrl"
target=
"_blank"
target=
"_blank"
>
{{
accessory
.
accessoryName
}}
</a
>
{{
accessory
.
accessoryName
}}
</a
>
-->
>
-->
<img
<!--
<img
:src=
"baseUrl + accessory.accessoryUrl"
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 100px"
style=
"width: 100px"
/>
/>
</div>
</div>
-->
<el-carousel
trigger=
"click"
height=
"60px"
>
<el-carousel-item
v-for=
"(accessory, index) in scope.row.matListInfo"
:key=
"index"
>
<img
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 150px"
/>
</el-carousel-item>
</el-carousel>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -464,20 +472,26 @@
...
@@ -464,20 +472,26 @@
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"附件"
>
<el-table-column
align=
"center"
label=
"附件"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
<
!--
<
div
v-for=
"(accessory, index) in scope.row.trainingListInfo"
v-for=
"(accessory, index) in scope.row.trainingListInfo"
:key=
"index"
:key=
"index"
>
>
<!--
<a
:href=
"baseUrl + accessory.accessoryUrl"
target=
"_blank"
>
{{
accessory
.
accessoryName
}}
</a
>
-->
<img
<img
:src=
"baseUrl + accessory.accessoryUrl"
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 100px"
style=
"width: 100px"
/>
/>
</div>
</div>
-->
<el-carousel
trigger=
"click"
height=
"60px"
>
<el-carousel-item
v-for=
"(accessory, index) in scope.row.trainingListInfo"
:key=
"index"
>
<img
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 150px"
/>
</el-carousel-item>
</el-carousel>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -521,20 +535,17 @@
...
@@ -521,20 +535,17 @@
"
"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
<el-carousel
trigger=
"click"
height=
"60px"
>
<el-carousel-item
v-for=
"(accessory, index) in scope.row.accListInfo"
v-for=
"(accessory, index) in scope.row.accListInfo"
:key=
"index"
:key=
"index"
>
>
<!--
<a
:href=
"baseUrl + accessory.accessoryUrl"
target=
"_blank"
>
{{
accessory
.
accessoryName
}}
</a
>
-->
<img
<img
:src=
"baseUrl + accessory.accessoryUrl"
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 10
0px"
style=
"width: 15
0px"
/>
/>
</div>
</el-carousel-item>
</el-carousel>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
...
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/dataMaintenance.vue
View file @
9ef267a4
...
@@ -363,7 +363,8 @@
...
@@ -363,7 +363,8 @@
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"附件"
prop=
"thesisList"
>
<el-table-column
align=
"center"
label=
"附件"
prop=
"thesisList"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
<el-carousel
trigger=
"click"
height=
"60px"
>
<el-carousel-item
v-for=
"(accessory, index) in scope.row.thesisListInfo"
v-for=
"(accessory, index) in scope.row.thesisListInfo"
:key=
"index"
:key=
"index"
>
>
...
@@ -374,9 +375,10 @@
...
@@ -374,9 +375,10 @@
>
-->
>
-->
<img
<img
:src=
"baseUrl + accessory.accessoryUrl"
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 10
0px"
style=
"width: 15
0px"
/>
/>
</div>
</el-carousel-item>
</el-carousel>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -405,7 +407,8 @@
...
@@ -405,7 +407,8 @@
prop=
"materialList"
prop=
"materialList"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
<el-carousel
trigger=
"click"
height=
"60px"
>
<el-carousel-item
v-for=
"(accessory, index) in scope.row.matListInfo"
v-for=
"(accessory, index) in scope.row.matListInfo"
:key=
"index"
:key=
"index"
>
>
...
@@ -416,9 +419,10 @@
...
@@ -416,9 +419,10 @@
>
-->
>
-->
<img
<img
:src=
"baseUrl + accessory.accessoryUrl"
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 10
0px"
style=
"width: 15
0px"
/>
/>
</div>
</el-carousel-item>
</el-carousel>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -451,7 +455,8 @@
...
@@ -451,7 +455,8 @@
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
label=
"附件"
>
<el-table-column
align=
"center"
label=
"附件"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
<el-carousel
trigger=
"click"
height=
"60px"
>
<el-carousel-item
v-for=
"(accessory, index) in scope.row.trainingListInfo"
v-for=
"(accessory, index) in scope.row.trainingListInfo"
:key=
"index"
:key=
"index"
>
>
...
@@ -462,9 +467,10 @@
...
@@ -462,9 +467,10 @@
>
-->
>
-->
<img
<img
:src=
"baseUrl + accessory.accessoryUrl"
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 10
0px"
style=
"width: 15
0px"
/>
/>
</div>
</el-carousel-item>
</el-carousel>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -508,7 +514,8 @@
...
@@ -508,7 +514,8 @@
"
"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
<el-carousel
trigger=
"click"
height=
"60px"
>
<el-carousel-item
v-for=
"(accessory, index) in scope.row.accListInfo"
v-for=
"(accessory, index) in scope.row.accListInfo"
:key=
"index"
:key=
"index"
>
>
...
@@ -519,9 +526,10 @@
...
@@ -519,9 +526,10 @@
>
-->
>
-->
<img
<img
:src=
"baseUrl + accessory.accessoryUrl"
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 10
0px"
style=
"width: 15
0px"
/>
/>
</div>
</el-carousel-item>
</el-carousel>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
...
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