Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
study-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
study-platform
Commits
67690184
Commit
67690184
authored
Aug 25, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加学习状态
parent
6ffcf0af
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
study-manager-ui/admin/src/views/notice/list.vue
study-manager-ui/admin/src/views/notice/list.vue
+35
-0
No files found.
study-manager-ui/admin/src/views/notice/list.vue
View file @
67690184
...
@@ -3,7 +3,42 @@
...
@@ -3,7 +3,42 @@
<LayoutTable
:data=
"tableData"
:config=
"tableConfig"
>
<LayoutTable
:data=
"tableData"
:config=
"tableConfig"
>
</LayoutTable>
</LayoutTable>
<el-dialog
title=
"通知学习列表"
width=
"50%"
:visible.sync=
"dialogTableVisible"
>
<el-table
:data=
"openProjectData.data"
max-height=
"500px"
>
<el-table-column
type=
"index"
label=
"序号"
></el-table-column>
<el-table-column
prop=
"userName"
label=
"学员名称"
></el-table-column>
<el-table-column
prop=
"deptName"
label=
"所属部门"
></el-table-column>
<el-table-column
prop=
"noticeStatus"
label=
"学习状态"
>
<template
slot-scope=
"scope"
>
<span
style=
"margin-left: 10px"
>
{{
formatterString
(
scope
.
row
,
scope
.
column
,
scope
.
row
.
noticeStatus
)
}}
</span>
</
template
>
</el-table-column>
</el-table>
<!-- 分页器 -->
<el-row
type=
"flex"
justify=
"end"
>
<el-pagination
@
current-change=
"handleCurrentChange"
@
size-change=
"handleSizeChange"
:current-page=
"openProjectData.pageInfo.currPage"
:page-size=
"openProjectData.pageInfo.prePageResult"
:page-sizes=
"[10, 20, 50, 100, 200]"
layout=
"sizes, total, prev, pager, next, jumper"
:total=
"openProjectData.pageInfo.totalResult"
>
</el-pagination>
</el-row>
</el-dialog>
<dialog-show
ref=
"dialogform"
@
ok=
"getData"
/>
<dialog-show
ref=
"dialogform"
@
ok=
"getData"
/>
</div>
</div>
</template>
</template>
...
...
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