本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
bjquanjiang
/
pinganxiaoyuan
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
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 Options
Show Stats
+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))
Write
Preview
Loading…
取消
儲存