使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
bjquanjiang
/
pinganxiaoyuan
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
2 次代码提交
d86bd660fd
...
f5a1defe5d
作者
SHA1
备注
提交日期
yxq
f5a1defe5d
Merge branch 'master' of
http://8.141.155.183:3000/bjquanjiang/pinganxiaoyuan
1年前
yxq
3be602dba0
选择组件优化
1年前
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
+1
-1
monitorMobile/components/selectSearch.vue
+ 1
- 1
monitorMobile/components/selectSearch.vue
查看文件
@@ -93,7 +93,7 @@
computed: {
title_() {
if (!this.multiple) {
let obj = this.options.find(e1 => e1.value == this.value)
let obj = this.options.find(e1 => e1.value == this.value
_
)
return obj ? obj.label : this.placeholder
} else {
let arr = this.options.filter(e1 => this.value_.includes(e1.value))
撰写
预览
正在加载...
取消
保存