@yungu-fed/yungu-studentselect
v0.0.35
Published
npm install yungu-studentselect --save
Downloads
7
Keywords
Readme
npm i @yungu-fed/yungu-userinfo
用户卡片信息
npm i @yungu-fed/yungu-studentselect
项目安装
- npm i @yungu-fed/yungu-studentselect
引用
- import {StudentSelect} from '@yungu-fed/yungu-studentselect';
demo
- <StudentSelect language={'cn'} groupList={record} visible={true} title={'发起线上'} sureStu={sureStu} search={search} disabledStu={disabledStu} />
参数说明
- language 语言环境
- groupList 班级学生数组
- visible 弹窗显隐
- title 弹窗标题
- sureStu 发布按钮回调
- search 搜索回调
- disabledStu 禁止选择学生