react 模板备份
/**
* Created by hldev on 17-6-14.
* 上市公司详情展示界面
*/
import React, {Component} from "react";
import {Link} from "react-router-dom";
import {inject, observer} from "mobx-react";
import ReactEchart from "../echart/ReactEchart";
import {Row, Col, Input, Button, Card, Table, Icon, Form, Popconfirm, Select, Tabs} from 'antd';
const FormItem = Form.Item;
const Option = Select.Option;
const TabPane = Tabs.TabPane;
@inject("store")
@observer
class EnterpriseSearchShow extends Component { constructor(props){
super(props);
this.store = this.props.store.enterpriseState;
} componentDidMount(){
//分页查询企业信息
//this.store.getEnterprisePage();
} handleSubmit = (e) => {
e.preventDefault();
this.props.form.validateFields((err, values) => {
if (!err) {
console.log('Received values of form: ', values);
//this.store.createTopic(values);
// let promise;
// promise = this.store.createTopic(values);
// promise.then(data => {
// Utils.pushLink(`/topic`);
// })
}
});
};
callback = (key) => {
console.log(key);
}; state = {
option: "line",
}; render() { const columns = [/*{
title: '序号',
dataIndex: 'id',
key: 'id',
}, */{
title: '统一社会信用代码',
dataIndex: 'code',
key: 'code',
},{
title: '企业名称',
dataIndex: 'name',
key: 'name',
},{
title: '经营状态',
dataIndex: 'status',
key: 'status',
},{
title: '法定代表人',
dataIndex: 'person',
key: 'person',
},{
title: '成立时间',
dataIndex: 'time',
key: 'time',
}, {
title: '详情',
key: 'update',
render: (text, record, index) => <Link to={`#`}><Icon type="eye"/></Link>
}, /*{
title: '删除',
key: 'delete', render: (text, record, index) => <Popconfirm title="是否确认删除该记录?" onConfirm={() => this.store.deleteTopic(`${record.id}`)}><Icon
type="delete"/></Popconfirm>
}*/]; const {getFieldDecorator} = this.props.form;
console.log(this.store.topicPage); return (
<div id="websiteMain" style={{marginTop: 16,background: '#fff',padding: '20px'}}> <Row type="flex" justify="start">
<Col span={24}>
<Card className="section" style={{margin: '0 16px 16px 0'}}>
<div className="content">
<table>
<tbody>
<tr>
<th >公司名称</th>
<td colSpan={3}>重庆月开发股份用心公司</td> </tr>
<tr>
<th >英文名称</th>
<td colSpan={3}>SDGDFGDFGDFGDGADGSDGASD</td> </tr>
<tr>
<th >曾用名</th>
<td colSpan={3}>张珊珊年</td>
</tr>
<tr>
<th>A股代码</th>
<td>00514</td>
<th>A股简称</th>
<td>渝开发</td>
</tr>
<tr>
<th>B股代码</th>
<td>00514</td>
<th>B股简称</th>
<td>渝开发</td>
</tr>
<tr>
<th>H股代码</th>
<td>00514</td>
<th>H股简称</th>
<td>渝开发</td>
</tr> <tr>
<th>证券类别</th>
<td>00514</td>
<th>所属行业</th>
<td>渝开发</td>
</tr>
<tr>
<th>总经理</th>
<td>00514</td>
<th>法人代表</th>
<td>渝开发</td>
</tr>
<tr>
<th>董秘</th>
<td>00514</td>
<th>董事长</th>
<td>渝开发</td>
</tr>
<tr>
<th>证券事务代表</th>
<td>00514</td>
<th>独立董事</th>
<td>渝开发</td>
</tr>
<tr>
<th>联系电话</th>
<td>00514</td>
<th>电子信箱</th>
<td>渝开发</td>
</tr>
<tr>
<th>传真</th>
<td>00514</td>
<th>公司网址</th>
<td>渝开发</td>
</tr>
<tr>
<th>办公地址</th>
<td>00514</td>
<th>注册地址</th>
<td>渝开发</td>
</tr>
<tr>
<th>区域</th>
<td>00514</td>
<th>邮政编码</th>
<td>渝开发</td>
</tr>
<tr>
<th>注册资本</th>
<td>00514</td>
<th>工商登记</th>
<td>渝开发</td>
</tr>
<tr>
<th>雇员人数</th>
<td>00514</td>
<th>管理人员人数</th>
<td>渝开发</td>
</tr>
<tr>
<th>律师事务所</th>
<td>00514</td>
<th>会计事务所</th>
<td>渝开发</td>
</tr>
<tr>
<th>公司简介</th>
<td colSpan={3}>假设链接中同时存在 href 与 onclick,如果想让 href 属性下的动作不执行,onclick 必须得到一个 false 的返回值。 敢问楼主,这个东西是在哪里看到的?是那本书???我想看看这本书!!!</td>
</tr> </tbody>
</table>
</div>
</Card>
</Col>
</Row> </div>
)
}
} EnterpriseSearchShow = Form.create()(EnterpriseSearchShow);
export default EnterpriseSearchShow;
react 模板备份的更多相关文章
- 玩转 React【第02期】:恋上 React 模板 JSX
往期回顾 前文中我们讲解了利用 ReactElement 来编写React程序,但是我们也看到这种方式编写 React 特别的麻烦,而且层级结构特别不清晰.今天我们来看一种优雅的编写React的代码的 ...
- React模板
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- React 模板
<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8" ...
- 【React 资料备份】React Hook
Hooks是React16.8一个新增项,是我们可以不用创建class组件就能使用状态和其他React特性 准备工作 升级react.react-dom npm i react react-dom - ...
- 【React 资料备份】React v16.3之后的生命周期
React v16.4 的生命周期图 React v16.4 的生命周期 变更缘由 原来(React v16.0前)的生命周期在React v16推出的Fiber之后就不合适了,因为如果要开启asyn ...
- 28个漂亮的React.js后台管理模板
React管理模板 为您的React Web应用程序开发一个管理区域可能非常耗时.它与设计所有前端页面一样重要. 这是2020年设计出色的顶级React.js后台管理模板的列表. 这些模板确实有价值, ...
- 帝国CMS只备份栏目和模板的方法
方法一:不备份所有帝国cms数据内容表 我们知道帝国cms有8大模型,分别是 1.新闻系统数据表 ( phome_ecms_news )2.下载系统数据表 ( phome_ecms_download ...
- FineReport中如何对cpt模板加密
1. 描述 FR客户使用FineReport报表并将其集成到自己的产品中,然后提供给最终用户使用,最终用户可以预览FR模板,但是不能打开模板进行设计修改. FineReport提供了cpt模板Des加 ...
- React(上)
一.React基础 1.React模板 凡是使用JSX的地方,要加上type="text/babel".引用三个库react.js是React的核心库,react-dom.js提供 ...
随机推荐
- screen对象及属性(availWidth、availHeight)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- Tensorflow可视化-P295-Tensorboard可视化
各模块含义 1>表示一个Batch的大小是不确定的 2>当两个节点之间传输的张量多与1时,可视化效果图将只显示张量的个数 3>效果图上的粗细表示两个节点之间传输的标量维度的总大小,而 ...
- JavaScript基础03——函数的作用域及变量提升
1.作用域 作用域,变量在函数内部作用的范围/区域.有函数的地方就有作用域. 2.局部作用域和全局作用域 function fn(){ var a = 1; } console.log(a); / ...
- XA 事务
4.11.3 什么是XA 事务? <数据库程序员面试笔试宝典>第4章数据库基础,本章主要介绍数据库基础部分的面试题,比较适合应届毕业生,也适合由其他岗位转数据库岗位的人员.本节为大家介绍什 ...
- HAVING 搜索条件在进行分组操作之后应用
HAVING 搜索条件在进行分组操作之后应用: 如:查询帖子访问量大于15的用户id: select t.user_id,u.name,sum(count_view) from t_topic t l ...
- CF #365 DIV2 D Mishka and Interesting sum 区间异或+线段树
D. Mishka and Interesting sum time limit per test 3.5 seconds memory limit per test 256 megabytes in ...
- Pollard-Rho算法求大数质因子
/* * 大整数分解到现在都是世界级的难题,但却是一个重要的研究方向,大整数在公共密钥的研究上有着重要的作用 * Pollard Rho算法的原理就是通过某种方法得到两个整数a和b.而待分解的大整数为 ...
- mysql 选出前五个元素
mysql> select * from test; +----+----------+-------+-----------+ | id | name | score | subject | ...
- 【洛谷】P1443 马的遍历
题目:https://www.luogu.org/problemnew/show/P1443 简单的BFS模板题——因为我写出来了. 分析过程: n*m矩阵,用二维数组 数据不大,二维数组稳了 先把二 ...
- QML学习(四)——<Text显示>
文本显示是界面开发必不可少的内容,在Qt Quick模块中提供了 Text 项目来进行文本的显示,其中可以使用 font 属性组对文本字体进行设置.这一篇我们来看看它们的具体使用. 使用字体 就像前面 ...