|
|
@@ -30,17 +30,18 @@
|
|
|
border
|
|
|
fit
|
|
|
@row-click="openDetails"
|
|
|
- style="width: 100%;margin:5px;white-space:pre;"
|
|
|
- height="280px">
|
|
|
+ tooltip-effect="light">
|
|
|
<el-table-column prop="title"
|
|
|
fit
|
|
|
min-width="80px"
|
|
|
label="信息标题"
|
|
|
- align="center"></el-table-column>
|
|
|
+ align="center"
|
|
|
+ show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column prop="content"
|
|
|
label="信息内容"
|
|
|
align="center"
|
|
|
- min-width="160px"></el-table-column>
|
|
|
+ min-width="160px"
|
|
|
+ show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column prop="createdtime"
|
|
|
align="center"
|
|
|
min-width="50px"
|
|
|
@@ -363,7 +364,7 @@ export default {
|
|
|
this.informationId = row.id
|
|
|
this.$refs.informationDialog.dialogvisible = true
|
|
|
},
|
|
|
- //课程
|
|
|
+ // 课程
|
|
|
openCourseDetails (row) {
|
|
|
this.courselist.CourseId = row.Id
|
|
|
this.courselist.Year = row.Year
|
|
|
@@ -576,8 +577,7 @@ export default {
|
|
|
this.searchduty.Term = ''
|
|
|
this.searchduty.Title = ''
|
|
|
this.initDatas_duty()
|
|
|
- },
|
|
|
-
|
|
|
+ }
|
|
|
|
|
|
}
|
|
|
}
|