Commit dc2b2d6c by fanyongjun

9.27

parent 24fa574d
......@@ -64,7 +64,7 @@ export default class ListBox extends Component {
<Col md={12}> <Text>文件名:</Text> {item.name} </Col>
<Col md={12}> <Text>文件类型:</Text> {item.file_type} </Col>
<Col md={12}> <Text>发布者:</Text> {item.create_user} </Col>
<Col md={12}> <Text>发布作者</Text> {this.getMyDate(item.create_date)} </Col>
<Col md={12}> <Text>发布日期</Text> {this.getMyDate(item.create_date)} </Col>
</Row>
</React.Fragment>
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment