|
@@ -77,12 +77,12 @@
|
|
|
label="新闻标题"
|
|
|
width="200"
|
|
|
></el-table-column>
|
|
|
- <el-table-column
|
|
|
+ <!-- <el-table-column
|
|
|
prop="content"
|
|
|
label="新闻内容"
|
|
|
width="300"
|
|
|
:show-overflow-tooltip="true"
|
|
|
- ></el-table-column>
|
|
|
+ ></el-table-column> -->
|
|
|
<el-table-column prop="images" label="新闻图片" >
|
|
|
<template slot-scope="{ row }">
|
|
|
<a v-if="row.images" :href="row.images" target="_blank">
|