Commit 785f47e1 authored by cellee's avatar cellee

Signed-off-by: cellee <893264950@qq.com>

parent b751d25a
...@@ -28,13 +28,13 @@ const service = (props: any) => { ...@@ -28,13 +28,13 @@ const service = (props: any) => {
width: 160, width: 160,
}, },
{ // {
title: 'Description', // title: 'Description',
dataIndex: 'reportContent', // dataIndex: 'reportContent',
key: 'reportContent', // key: 'reportContent',
width: 400, // width: 400,
ellipsis: true, // ellipsis: true,
}, // },
{ {
title: 'Submission Time', title: 'Submission Time',
dataIndex: 'createTime', dataIndex: 'createTime',
......
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