|
|
@@ -60,14 +60,14 @@
|
|
|
|
|
|
<div class="components-container home-wrapper">
|
|
|
<el-card style="width: 1400px; background-color: #F1F3F7">
|
|
|
- <el-table fit :data="noticeList" style="width: 100%; background-color: #F1F3F7" max-height="550" >
|
|
|
+ <el-table fit :data="noticeList" style="width: 100%; background-color: #F1F3F7" max-height="550" @row-click="DownloadFile">
|
|
|
<el-table-column prop="Name" label="通知标题">
|
|
|
<template slot-scope="scope">
|
|
|
<i class="el-icon-caret-right"></i>
|
|
|
- <span style="margin-left: 5px">{{ scope.row.Name }}</span>
|
|
|
+ <a style="margin-left: 5px">{{ scope.row.Name }}</a>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="CreateOn" label="时间" width="160">
|
|
|
+ <el-table-column prop="CreateOn" label="时间" width="141">
|
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.CreateOn+'') }}
|
|
|
</template>
|