Commit e188616c authored by Mac's avatar Mac

1

parent 398637c4
......@@ -66,7 +66,11 @@
<div style="padding: 10px;">
<el-table :data="recordDate" border >
<el-table-column width="100" property="PlatfromName" label="平台"></el-table-column>
<el-table-column width="200" property="Content" label="内容"></el-table-column>
<el-table-column width="200" property="Content" label="内容">
<template slot-scope="scope">
<div v-html="scope.row.Content"></div>
</template>
</el-table-column>
<el-table-column width="100" property="UpdateByName" label="操作人"></el-table-column>
<el-table-column width="150" property="UpdateTime" label="操作时间"></el-table-column>
</el-table>
......
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