|
@@ -1,8 +1,9 @@
|
|
|
<template>
|
|
|
<el-card class="box-card">
|
|
|
<div slot="header" class="clearfix">
|
|
|
+ <img src="../../assets/image/sq.png" style="display: block;float: left;margin: 1px 5px 0 0;" height="15" width="17"/>
|
|
|
<span>我的通知</span>
|
|
|
- <el-button style="float: right; padding: 3px 0;color: #202020;" type="text" @click="more">更多</el-button>
|
|
|
+ <el-button style="float: right; padding: 3px 0;color: #000000;" type="text" @click="more">更多</el-button>
|
|
|
</div>
|
|
|
<el-table v-loading="loading" :data="infoList" size="small" :show-header="showHeader">
|
|
|
<el-table-column label="标题"style="color:#1890ff" prop="tatle" align="left" :show-header="showHeader">
|
|
@@ -10,9 +11,9 @@
|
|
|
<el-button type="text" @click="handleUpdate(scope.row)" style="color: black">{{scope.row.title}}</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="发布日期" align="right"prop="updateTime" :show-header="showHeader" >
|
|
|
+ <el-table-column label="发布日期" align="right" prop="updateTime" :show-header="showHeader" >
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button type="text" style="color: black">{{parseTime(scope.row.sendtime,'{y}-{m}-{d}')}}</el-button>
|
|
|
+ <el-button type="text" style="color: #606266">{{parseTime(scope.row.sendtime,'{y}-{m}-{d}')}}</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|