Parcourir la source

feat:公告列表新增发布人名称

zhubo il y a 2 ans
Parent
commit
5ed4191532
1 fichiers modifiés avec 1 ajouts et 6 suppressions
  1. 1 6
      src/pages/notice/index.tsx

+ 1 - 6
src/pages/notice/index.tsx

@@ -143,12 +143,7 @@ const Notice: React.FC<IProps> = ({ dispatch, roleList }) => {
               </a>
             )}
           />
-          <Table.Column
-            title="发布人"
-            key="1"
-            dataIndex="1"
-            render={() => <span>管理员</span>}
-          ></Table.Column>
+          <Table.Column title="发布人" key="authorName" dataIndex="authorName"></Table.Column>
           <Table.Column
             title="发布时间"
             key="createTime"