Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
e188616c
Commit
e188616c
authored
Nov 01, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
398637c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
contributeManage.vue
src/pages/teacher/contribution/contributeManage.vue
+5
-1
No files found.
src/pages/teacher/contribution/contributeManage.vue
View file @
e188616c
...
...
@@ -66,7 +66,11 @@
<div
style=
"padding: 10px;"
>
<el-table
:data=
"recordDate"
border
>
<el-table-column
width=
"100"
property=
"PlatfromName"
label=
"平台"
></el-table-column>
<el-table-column
width=
"200"
property=
"Content"
label=
"内容"
></el-table-column>
<el-table-column
width=
"200"
property=
"Content"
label=
"内容"
>
<template
slot-scope=
"scope"
>
<div
v-html=
"scope.row.Content"
></div>
</
template
>
</el-table-column>
<el-table-column
width=
"100"
property=
"UpdateByName"
label=
"操作人"
></el-table-column>
<el-table-column
width=
"150"
property=
"UpdateTime"
label=
"操作时间"
></el-table-column>
</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