李志伟 2 år sedan
förälder
incheckning
5442ecc62a
2 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1
    1
      config/routes.js
  2. 0
    1
      src/pages/dashboard/components/ReportList.jsx

+ 1
- 1
config/routes.js Visa fil

@@ -81,7 +81,7 @@ export default [
81 81
   {
82 82
     path: '/certificateIssuance',
83 83
     name: '证件发放',
84
-    icon: 'IdcardOutlined',
84
+    icon: 'FileDoneOutlined',
85 85
     component: '@/pages/certificateIssuance',
86 86
   },
87 87
   {

+ 0
- 1
src/pages/dashboard/components/ReportList.jsx Visa fil

@@ -140,7 +140,6 @@ export default (props) => {
140 140
                   <List.Item.Meta
141 141
                     avatar={<Avatar item={item}>{item.orgName.substring(0, 1)}</Avatar>}
142 142
                     title={item.userName}
143
-                    con
144 143
                     description={item.orgName}
145 144
                   />
146 145
                   <Content item={item} />