李志伟 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,7 +74,7 @@ export default (props) => {
74 74
                   <List.Item.Meta
75 75
                     avatar={<Avatar item={item} />}
76 76
                     title={item.petName}
77
-                    description={item.applyTypeName + `  申请人(` + item.personName + ')'}
77
+                    description={'【'+item.applyTypeName + `】  申请人:` + item.personName }
78 78
                   />
79 79
                   <Content item={item} />
80 80
                 </List.Item>