|
@@ -7,7 +7,7 @@
|
|
|
<el-col :span="5" class="ly">来源:{{ noticeInfo.source }}</el-col>
|
|
|
<el-col :span="5" class="time">时间:{{ noticeInfo.create_time }}</el-col>
|
|
|
<el-col :span="24" class="content" v-html="noticeInfo.content"></el-col>
|
|
|
- <el-col :span="24" class="sb">
|
|
|
+ <el-col :span="24">
|
|
|
<el-button type="primary" @click="click">信息申报</el-button>
|
|
|
</el-col>
|
|
|
</div>
|