|
|
@@ -7,7 +7,7 @@ import { dayjsFormat } from '@/utils/utils'
|
|
|
const ContanctLowerList = props => {
|
|
|
const { log, servicelistName,collapsed } = props
|
|
|
useEffect(() => {
|
|
|
- console.log(log)
|
|
|
+ // console.log(log)
|
|
|
// const journallistData = () => {
|
|
|
// const { dispatch } = props
|
|
|
// dispatch({
|
|
|
@@ -62,10 +62,12 @@ const ContanctLowerList = props => {
|
|
|
split={false}
|
|
|
renderItem={item => (
|
|
|
<List.Item>
|
|
|
+ <a>@{item.clientName}</a>{item.content}
|
|
|
<List.Item.Meta
|
|
|
// avatar=
|
|
|
- title={item.operation}
|
|
|
- description={ dayjsFormat(item.createTime, 'YYYY-MM-DD')}
|
|
|
+ // title=
|
|
|
+ // description={ dayjsFormat(item.createTime, 'YYYY-MM-DD')}
|
|
|
+ description={ dayjsFormat(item.createTime)}
|
|
|
/>
|
|
|
</List.Item>
|
|
|
)}
|