李志伟 2 years ago
parent
commit
ed3aa2cf1a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/dashboard/components/ReportList.jsx

+ 1
- 1
src/pages/dashboard/components/ReportList.jsx View File

74
                   <List.Item.Meta
74
                   <List.Item.Meta
75
                     avatar={<Avatar item={item} />}
75
                     avatar={<Avatar item={item} />}
76
                     title={item.petName}
76
                     title={item.petName}
77
-                    description={item.applyTypeName + `  申请人(` + item.personName + ')'}
77
+                    description={'【'+item.applyTypeName + `】  申请人:` + item.personName }
78
                   />
78
                   />
79
                   <Content item={item} />
79
                   <Content item={item} />
80
                 </List.Item>
80
                 </List.Item>