|
@@ -33,7 +33,8 @@ const ContanctLowerList = props => {
|
|
|
<Col span="8">
|
|
<Col span="8">
|
|
|
<a className="zh-mg-right-3">@{item.staffName}</a>
|
|
<a className="zh-mg-right-3">@{item.staffName}</a>
|
|
|
{servicelogEnum[item.status]}
|
|
{servicelogEnum[item.status]}
|
|
|
- <List.Item.Meta description={dayjsFormat(item.date, 'MM-DD HH:mm:ss')} />
|
|
|
|
|
|
|
+ {/* <List.Item.Meta description={dayjsFormat(item.date, 'MM-DD HH:mm:ss')} /> */}
|
|
|
|
|
+ <List.Item.Meta description={dayjsFormat(item.date, 'YYYY-MM-DD')} />
|
|
|
</Col>
|
|
</Col>
|
|
|
<Col span="16" className="whitespace-pre-line">
|
|
<Col span="16" className="whitespace-pre-line">
|
|
|
{item.mark}
|
|
{item.mark}
|