Commit a789259b authored by 周远喜's avatar 周远喜

消息更改。

parent f61bff97
......@@ -107,19 +107,31 @@ export default {
align: "center",
},
{
title: "标题",
key: "title",
width: 200,
title: "状态",
key: "status",
width: 70,
code: "message.status",
},
{
title: "内容",
key: "content",
tooltip: true,
title: "类别",
key: "messageType",
width: 70,
code: "message.status",
},
{
title: "标题",
key: "title",
},
// {
// title: "内容",
// key: "content",
// tooltip: true,
// width: 200,
// },
{
key: "creationTime",
title: "接受时间",
title: "发送时间",
width: 200,
},
{
......@@ -134,13 +146,7 @@ export default {
width: 120,
type: "user",
},
{
title: "状态",
key: "messageType",
width: 120,
code: "message.status",
},
{
title: this.l("action"),
key: "action",
......
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