Select support remote search

This commit is contained in:
梁灏 2017-05-05 14:20:46 +08:00
parent 28587238de
commit 01b54e3021
9 changed files with 167 additions and 51 deletions

View file

@ -2,7 +2,8 @@ export default {
i: {
select: {
placeholder: 'Select',
noMatch: 'No matching data'
noMatch: 'No matching data',
loading: 'Loading'
},
table: {
noDataText: 'No Data',

View file

@ -2,7 +2,8 @@ export default {
i: {
select: {
placeholder: 'Seleccionar',
noMatch: 'Sin coincidencias'
noMatch: 'Sin coincidencias',
loading: 'Cargando'
},
table: {
noDataText: 'Sin Datos',

View file

@ -2,7 +2,8 @@ export default {
i: {
select: {
placeholder: '選んでください',
noMatch: 'マッチするデータなし'
noMatch: 'マッチするデータなし',
loading: 'ロード中'
},
table: {
noDataText: 'データなし',

View file

@ -2,7 +2,8 @@ export default {
i: {
select: {
placeholder: 'Seç',
noMatch: 'Eşleşen veri yok'
noMatch: 'Eşleşen veri yok',
loading: 'yükleme'
},
table: {
noDataText: 'Veri Yok',

View file

@ -2,7 +2,8 @@ export default {
i: {
select: {
placeholder: '请选择',
noMatch: '无匹配数据'
noMatch: '无匹配数据',
loading: '加载中'
},
table: {
noDataText: '暂无数据',

View file

@ -2,7 +2,8 @@ export default {
i: {
select: {
placeholder: '請選擇',
noMatch: '無匹配數據'
noMatch: '無匹配數據',
loading: '加載中'
},
table: {
noDataText: '暫無數據',