2 Комити

Аутор SHA1 Порука Датум
  yxq f5a1defe5d Merge branch 'master' of http://8.141.155.183:3000/bjquanjiang/pinganxiaoyuan пре 1 година
  yxq 3be602dba0 选择组件优化 пре 1 година
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +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))


Loading…
Откажи
Сачувај