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
418fd5ff
Commit
418fd5ff
authored
Nov 09, 2023
by
Cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd 教师电子档案
parent
0710817a
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
182 additions
and
66 deletions
+182
-66
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
+62
-34
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
+0
-0
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/dataMaintenance.vue
+120
-32
No files found.
ruoyi-ui/src/views/smartSchool/gradeWork/electronicRecord/index.vue
View file @
418fd5ff
...
...
@@ -202,7 +202,7 @@
@
pagination=
"getList"
/>
<!--弹窗-->
<el-dialog
:title=
"title"
:visible
.
sync=
"dialogVisible"
width=
"
100
%"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"dialogVisible"
width=
"
95
%"
>
<div
style=
"display: flex"
>
<div
class=
"leftContent"
>
<div
style=
"margin-bottom: 10px"
>
...
...
@@ -374,22 +374,23 @@
</el-table-column>
<el-table-column
align=
"center"
label=
"附件"
prop=
"thesisList"
>
<
template
slot-scope=
"scope"
>
<
el-carousel
trigger=
"click"
height=
"60px"
>
<el-carousel-item
<
!--
<el-carousel
trigger=
"click"
height=
"60px"
>
--
>
<span
v-for=
"(accessory, index) in scope.row.thesisListInfo"
:key=
"index"
>
<!--
<a
:href=
"baseUrl + accessory.accessoryUrl"
<el-link
:href=
"`$
{baseUrl}${accessory.accessoryUrl}`"
:underline="false"
target="_blank"
>
{{
accessory
.
accessoryName
}}
</a
>
--
>
<img
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 150px"
/
>
</el-carousel-item
>
<
/el-carousel
>
>
<span
class=
"el-icon-document"
>
{{
accessory
.
accessoryName
}}
</span>
</el-link>
</span
>
<!--
</el-carousel-item>
--
>
<
!--
</el-carousel>
--
>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -418,22 +419,31 @@
prop=
"materialList"
>
<
template
slot-scope=
"scope"
>
<el-carousel
trigger=
"click"
height=
"60px"
>
<
!--
<
el-carousel
trigger=
"click"
height=
"60px"
>
<el-carousel-item
v-for=
"(accessory, index) in scope.row.matListInfo"
:key=
"index"
>
<!--
<a
:href=
"baseUrl + accessory.accessoryUrl"
target=
"_blank"
>
{{
accessory
.
accessoryName
}}
</a
>
-->
<img
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 150px"
/>
</el-carousel-item>
</el-carousel>
</el-carousel>
-->
<span
v-for=
"(accessory, index) in scope.row.matListInfo"
:key=
"index"
>
<el-link
:href=
"`$
{baseUrl}${accessory.accessoryUrl}`"
:underline="false"
target="_blank"
>
<span
class=
"el-icon-document"
>
{{
accessory
.
accessoryName
}}
</span>
</el-link>
</span>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -466,22 +476,31 @@
</el-table-column>
<el-table-column
align=
"center"
label=
"附件"
>
<
template
slot-scope=
"scope"
>
<el-carousel
trigger=
"click"
height=
"60px"
>
<
!--
<
el-carousel
trigger=
"click"
height=
"60px"
>
<el-carousel-item
v-for=
"(accessory, index) in scope.row.trainingListInfo"
:key=
"index"
>
<!--
<a
:href=
"baseUrl + accessory.accessoryUrl"
target=
"_blank"
>
{{
accessory
.
accessoryName
}}
</a
>
-->
<img
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 150px"
/>
</el-carousel-item>
</el-carousel>
</el-carousel>
-->
<span
v-for=
"(accessory, index) in scope.row.trainingListInfo"
:key=
"index"
>
<el-link
:href=
"`$
{baseUrl}${accessory.accessoryUrl}`"
:underline="false"
target="_blank"
>
<span
class=
"el-icon-document"
>
{{
accessory
.
accessoryName
}}
</span>
</el-link>
</span>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -525,22 +544,31 @@
"
>
<
template
slot-scope=
"scope"
>
<el-carousel
trigger=
"click"
height=
"60px"
>
<
!--
<
el-carousel
trigger=
"click"
height=
"60px"
>
<el-carousel-item
v-for=
"(accessory, index) in scope.row.accListInfo"
:key=
"index"
>
<!--
<a
:href=
"baseUrl + accessory.accessoryUrl"
target=
"_blank"
>
{{
accessory
.
accessoryName
}}
</a
>
-->
<img
:src=
"baseUrl + accessory.accessoryUrl"
style=
"width: 150px"
/>
</el-carousel-item>
</el-carousel>
</el-carousel>
-->
<span
v-for=
"(accessory, index) in scope.row.accListInfo"
:key=
"index"
>
<el-link
:href=
"`$
{baseUrl}${accessory.accessoryUrl}`"
:underline="false"
target="_blank"
>
<span
class=
"el-icon-document"
>
{{
accessory
.
accessoryName
}}
</span>
</el-link>
</span>
</
template
>
</el-table-column>
</el-table>
...
...
ruoyi-ui/src/views/smartSchool/personWork/electronicRecord/index.vue
View file @
418fd5ff
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/smartSchool/teachAffairAdministration/electronicRecord/dataMaintenance.vue
View file @
418fd5ff
This diff is collapsed.
Click to expand it.
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