Commit f26167c4 authored by 小费同学阿's avatar 小费同学阿 💬

文章管理

parent 1af940a8
......@@ -93,11 +93,11 @@
<el-table-column align="center" type="selection" width="55" reserve-selection/>
<el-table-column align="center" label="序号" min-width="55" type="index"/>
<el-table-column :show-overflow-tooltip="true" align="center" label="文章标题" prop="articleTitle" width="200"/>
<el-table-column :show-overflow-tooltip="true" align="center" label="文章内容" prop="articleContent" width="200">
<template #default="{row: {articleContent}}">
<div v-html="articleContent"></div>
</template>
</el-table-column>
<el-table-column :show-overflow-tooltip="true" align="center" label="文章内容" prop="articleContent" width="200"/>
<!-- <template #default="{row: {articleContent}}">-->
<!-- <div v-html="articleContent"></div>-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column align="center" label="权重" min-width="55" prop="articleWeight"/>
<el-table-column align="center" label="创建时间" min-width="80" prop="articleCreateTime" width="180">
<template slot-scope="scope">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment