|
|
@@ -1,12 +1,11 @@
|
|
|
<template>
|
|
|
<d2-container>
|
|
|
- <template slot="header"
|
|
|
- style="padding: 5px;">
|
|
|
+ <template slot="header">
|
|
|
<el-form size="mini"
|
|
|
ref="form"
|
|
|
:inline="true"
|
|
|
class="sbutton_padding"
|
|
|
- style="margin-top: -7px;text-align:right;">
|
|
|
+ style="text-align:right;">
|
|
|
<el-form-item label="信息标题"
|
|
|
class="sbutton_margin">
|
|
|
<el-input style="width: 140px;"
|
|
|
@@ -49,8 +48,6 @@
|
|
|
<el-table ref="multipleTable"
|
|
|
:data="activities"
|
|
|
border
|
|
|
- fit
|
|
|
- tooltip-effect="dark"
|
|
|
style="width: 100%"
|
|
|
@sort-change="orderby"
|
|
|
height="100%">
|
|
|
@@ -83,27 +80,22 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="title"
|
|
|
- fit
|
|
|
min-width="80px"
|
|
|
label="信息标题"
|
|
|
- align="center"
|
|
|
- show-overflow-tooltip></el-table-column>
|
|
|
+ align="center"></el-table-column>
|
|
|
<el-table-column prop="content"
|
|
|
label="信息内容"
|
|
|
align="center"
|
|
|
- min-width="160px"
|
|
|
- show-overflow-tooltip></el-table-column>
|
|
|
+ min-width="160px"></el-table-column>
|
|
|
<el-table-column prop="status"
|
|
|
align="center"
|
|
|
min-width="40px"
|
|
|
label="状态"
|
|
|
- show-overflow-tooltip
|
|
|
:formatter="formatStatus"></el-table-column>
|
|
|
<el-table-column prop="createdtime"
|
|
|
align="center"
|
|
|
min-width="120px"
|
|
|
- label="发布时间"
|
|
|
- show-overflow-tooltip></el-table-column>
|
|
|
+ label="发布时间"></el-table-column>
|
|
|
</el-table>
|
|
|
<!-- </el-card> -->
|
|
|
<informationInfoDialog ref="informationDialog"
|