custom/领悦
This commit is contained in:
parent
2be7896e4e
commit
f6e9153e3a
|
|
@ -0,0 +1,26 @@
|
|||
/*
|
||||
* 自定义多选下拉框
|
||||
* 支持搜索
|
||||
* @Author: 黎永顺
|
||||
* @Date: 2024/9/13
|
||||
* @Wechat:
|
||||
* @Email: 971387674@qq.com
|
||||
* @description:
|
||||
*/
|
||||
import React, { Component } from "react";
|
||||
import { WeaLocaleProvider } from "ecCom";
|
||||
import "./index.less";
|
||||
|
||||
const getLabel = WeaLocaleProvider.getLabel;
|
||||
|
||||
class Index extends Component {
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default Index;
|
||||
Loading…
Reference in New Issue