李志伟 před 2 roky
rodič
revize
5442ecc62a

+ 1
- 1
config/routes.js Zobrazit soubor

@@ -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 Zobrazit soubor

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