custom/领悦

This commit is contained in:
黎永顺 2024-09-13 15:22:16 +08:00
parent 2be7896e4e
commit f6e9153e3a
2 changed files with 26 additions and 0 deletions

View File

@ -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;