import React,{ Component } from 'react';
import {Select} from "antd";
import { provinceList} from '@/NewDicProvinceList';
import './index.less';
import TabelContent from '../../../../common/tabelContent'
import DetailedList from './detailedList';
class InterviewStatistics extends Component{
constructor(props) {
super(props);
this.state={
columns: [
{
title: "序号",
dataIndex: "key",
key: "key",
},
{
title: "面谈部门",
dataIndex: "province",
key: "province",
},
{
title: "老客户面谈数",
dataIndex: "counts",
key: "counts",
},
{
title: "老客户签单数/金额",
dataIndex: "counts",
key: "counts",
},
{
title: "老客户面谈率",
dataIndex: "counts",
key: "counts",
},
{
title: "新客户面谈数",
dataIndex: "counts",
key: "counts",
},
{
title: "新客户签单数/金额",
dataIndex: "counts",
key: "counts",
},
{
title: "新客户面谈率",
dataIndex: "counts",
key: "counts",
},
{
title: "总面数",
dataIndex: "counts",
key: "counts",
},
{
title: "总签单数/金额",
dataIndex: "counts",
key: "counts",
},
{
title: "总面谈率",
dataIndex: "counts",
key: "counts",
},
],
}
}
searchList(){
let arr = [
{
type:'departmentSelect',
dataKey:'depId',
placeholder:'请选择部门'
},
{
type:'select',
dataKey:'province',
placeholder:'请选择省份',
selectOptionList:()=>{
let Province = [];
provinceList.map(function(item) {
let id = String(item.id)
Province.push(