站内信模块:完善注释

This commit is contained in:
YunaiV
2023-01-28 22:59:01 +08:00
parent ae3ee95cdd
commit 1943e71e3f
9 changed files with 29 additions and 32 deletions

View File

@ -8,7 +8,7 @@
<!-- 弹出列表 -->
<el-table v-loading="loading" :data="list">
<el-table-column width="120" property="templateNickname" label="日期" />
<el-table-column width="120" property="templateNickname" label="发送人" />
<el-table-column width="180" property="title" label="发送时间">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.createTime) }}</span>