diff --git a/pc4mobx/hrmSalary/components/CustomSelect/index.js b/pc4mobx/hrmSalary/components/CustomSelect/index.js index ce218290..73bed78b 100644 --- a/pc4mobx/hrmSalary/components/CustomSelect/index.js +++ b/pc4mobx/hrmSalary/components/CustomSelect/index.js @@ -9,15 +9,60 @@ */ import React, { Component } from "react"; import { WeaLocaleProvider } from "ecCom"; +import classNames from "classnames"; +import { Button, Select } from "antd"; import "./index.less"; const getLabel = WeaLocaleProvider.getLabel; +const Option = Select.Option; class Index extends Component { - render() { - return ( -