outaozhen 5 лет назад
Родитель
Сommit
9c4f128da8
1 измененных файлов с 5 добавлено и 3 удалено
  1. 5 3
      src/components/PopContent/Contacts/ContanctLowerList.jsx

+ 5 - 3
src/components/PopContent/Contacts/ContanctLowerList.jsx

@@ -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>
                 )}