|
@@ -55,11 +55,6 @@
|
|
|
border
|
|
|
:max-height="vheight">
|
|
|
<el-table-column label="标题" prop="msg_title" show-overflow-tooltip></el-table-column>
|
|
|
- <el-table-column label="内容" prop="msg_content" min-width="200" show-overflow-tooltip>
|
|
|
- <template slot-scope="scope">
|
|
|
- <p v-html="scope.row.msg_content"></p>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
<el-table-column label="状态" prop="msg_status">
|
|
|
<template slot-scope="scope">
|
|
|
<p>{{ getMsgStatusText(scope.row.msg_status) }}</p>
|