mp:解决 wx-msg 的 css 问题

This commit is contained in:
YunaiV
2023-01-09 12:20:31 +08:00
parent cc23ca2dcc
commit 9e4a978f85
5 changed files with 239 additions and 145 deletions

View File

@ -40,6 +40,12 @@
</template>
</el-table-column>
<el-table-column label="消息类型" align="center" prop="type" width="80"/>
<el-table-column label="发送方" align="center" prop="sendFrom" width="80">
<template slot-scope="scope">
<el-tag v-if="scope.row.sendFrom === 1" type="success">用户</el-tag>
<el-tag v-else type="info">公众号</el-tag>
</template>
</el-table-column>
<el-table-column label="用户标识" align="center" prop="openid" width="300" />
<!-- TODO 芋艿发送/接收 -->
<el-table-column label="内容" prop="content">