feat(dashboard): 移除公告相关代码
This commit is contained in:
parent
120e336818
commit
39c7c2c04b
|
@ -200,36 +200,9 @@
|
|||
</el-table-column>
|
||||
</el-table>
|
||||
</div>
|
||||
<div class="notice">
|
||||
<div class="not_top">
|
||||
<div>{{ '公告' }}</div>
|
||||
<div class="not_t" @click="openNotice">{{ '发布公告' }}</div>
|
||||
</div>
|
||||
<div class="not_btm">
|
||||
<div v-for="item in tableList" class="not_i" @click="goNotice(item)">
|
||||
<div>{{ item.title }}</div>
|
||||
<div class="hui">{{ item.creationTime }}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<el-dialog
|
||||
:title="'公告'"
|
||||
:visible.sync="isNotice"
|
||||
width="35%"
|
||||
center
|
||||
:before-close="handleClose"
|
||||
>
|
||||
<div class="title">
|
||||
{{ noticeObj.title }}
|
||||
</div>
|
||||
<div class="img-auto" v-html="noticeObj.content" />
|
||||
<!-- <span slot="footer"-->
|
||||
<!-- class="dialog-footer">-->
|
||||
<!-- <el-button type="primary"-->
|
||||
<!-- @click="isNotice = false">{{'确认'}}</el-button>-->
|
||||
<!-- </span>-->
|
||||
</el-dialog>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue