Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
bjquanjiang
/
pinganxiaoyuan
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
2 Révisions
d86bd660fd
...
f5a1defe5d
Auteur
SHA1
Message
Date
yxq
f5a1defe5d
Merge branch 'master' of
http://8.141.155.183:3000/bjquanjiang/pinganxiaoyuan
il y a 1 an
yxq
3be602dba0
选择组件优化
il y a 1 an
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
+1
-1
monitorMobile/components/selectSearch.vue
+ 1
- 1
monitorMobile/components/selectSearch.vue
Voir le fichier
@@ -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))
Écrire
Aperçu
Chargement…
Annuler
Enregistrer