Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
bjquanjiang
/
pinganxiaoyuan
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
2 Commits
d86bd660fd
...
f5a1defe5d
Autor
SHA1
Mensaje
Fecha
yxq
f5a1defe5d
Merge branch 'master' of
http://8.141.155.183:3000/bjquanjiang/pinganxiaoyuan
hace 1 año
yxq
3be602dba0
选择组件优化
hace 1 año
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
+1
-1
monitorMobile/components/selectSearch.vue
+ 1
- 1
monitorMobile/components/selectSearch.vue
Ver fichero
@@ -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))
Escribir
Vista previa
Cargando…
Cancelar
Guardar