Sfoglia il codice sorgente

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

zhubo 2 anni fa
parent
commit
5ed4191532
1 ha cambiato i file con 1 aggiunte e 6 eliminazioni
  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"