import React from 'react'; import $ from 'jquery/src/ajax'; import 'react-quill/dist/quill.bubble.css'; import {Form,Icon,Button,Input,Select,Spin,Table,message,DatePicker,Modal,Upload,Popconfirm,Cascader,InputNumber,Radio,TimePicker,Tabs,Tag} from 'antd'; export default class JzmList extends React.Component { constructor(props) { super(props) this.state = { confirmDirty: false, //加载状态 loading: false, //搜索框内容 nameSearch: undefined, //数据类型 columns:[ { title: '序号', dataIndex: 'key', }, { title: '企业名称', dataIndex: 'title', }, { title: '服务项目', dataIndex: 'stPorject', }, { title: '所在地', dataIndex: 'adree', }, { title: '成立时间', dataIndex: 'time', }, { title: '联系人', dataIndex: 'user', }, { title: '电话', dataIndex: 'iphone', }, { title: '状态', dataIndex: 'state', }, { title: '排序', dataIndex: 'first', }, { title: '置顶', dataIndex: 'top', render: (text)=>{ return text?'是':'否' } }, { title: '操作', dataIndex: 'ads', render:(text,record,index)=>{ return (