当前位置:网站首页>El select drop-down box multi selection remote search anti display
El select drop-down box multi selection remote search anti display
2022-07-23 22:09:00 【Single girl】


<el-form-item label="** Fang :" prop="coSponsorIds">
<el-select v-if="isShow" v-model="form.coSponsorIds" placeholder=" Please enter ** Party name "
:style="{width: '100%'}"
multiple // Whether to choose more than one
filterable// by el-select add to filterable Property to enable the search function
remote // Whether it's a remote search
reserve-keyword // When multiple selection and searchable , Whether the selected keyword remains after the current search
:remote-method="getcoSponsorNamesList" // Remote search method
:loading="loading">
<el-option v-for="(item, index) in coSponsorNamesList" :key="index" :label="item.deptName"
:value="item.deptId" :disabled="item.disabled"></el-option>
</el-select>
<p style="margin: 0px;" v-else v-for="(item, index) in seestopConference.coSponsorIds" :key="index">
<span>{
{
item}}</span>
</p>
</el-form-item>
边栏推荐
- Neo4j应用
- el-select下拉框多选远程搜索反显
- Cookies and sessions
- Redis common commands correspond to redisson object operations
- University database creation and query practice -- database table design
- Basic character axis binding and mapping binding of u++ learning notes
- The simple use of ADB command combined with monkey is super detailed
- 实时监控Mysql数据库变化_进行数据同步_了解Canal_---Canal工作笔记001
- Principle and implementation of hash table, unordered set and mapping
- Ali onedate's layered thought
猜你喜欢

Description and implementation of throttling and anti shake

Neo4j application

Euclidean clustering (API) and its single tree segmentation

JMeter performance comprehensive practice - sign in and batch sign in

为了一劳永逸而写的数独

Leetcode high frequency question 62. different paths: how many paths does the robot have from the upper left corner to the lower right corner? Pure probability permutation and combination problem, not

Golang invalid argument to intn报错的解决

还在为XShell破解烦恼,试试tabby

PCL error: error c2589 "(": "::" illegal mark on the right)

LeetCode高频题62. 不同路径:机器人从左上角到右下角的路径有多少条?纯概率排列组合问题,而不是动态规划题
随机推荐
TreeMap
U++ events
U++学习笔记 基础人物轴绑定及映射绑定
02. Supplement of knowledge related to web page structure
大淘营批量采集商品,如何将未上传的宝贝保存下来等后面再导入采集上传
Practice data Lake iceberg lesson 37 kakfa write the enfour, not enfour test of iceberg's icberg table
【golang学习笔记】Go语言中参数的传递是值传递还是引用传递
记忆化搜索 - DP
多线程问题:为什么不应该使用多线程读写同一个socket连接?
众邦科技又一潜心力作 —— 陀螺匠 OA 系统
NLP field history most complete must read classic papers classification, sorting and sharing (with Chinese analysis)
SQL注入攻击
开源分布式链路追踪对比
[golang learning notes] is parameter transfer in go language value transfer or reference transfer
数据库系统概论第五版课后习题——第一章 绪论
Use of [golang learning notes] package
产品生命周期,常见的项目职能,信息流 都是什么
PCL出错:error C2589“(“:“::“右边的非法标记)
U++ 学习笔记 控制物体Scale
Leetcode high frequency question 53. maximum subarray sum, continuous subarray with maximum sum, return its maximum sum