车辆接口更新

This commit is contained in:
wangshiming
2022-01-19 10:30:09 +08:00
parent f68400f42c
commit 15fafe787c
4 changed files with 20 additions and 40 deletions

View File

@ -92,6 +92,7 @@ tabs = {
serverSearch: true,
searchDebounceTime: 300,
searchLoadingText: '搜索中...',
allowClear: true,
onSearch: (q: any) => {
console.log(q)
if (!!q) {
@ -155,8 +156,8 @@ tabs = {
type: 'string',
ui: {
widget: 'dict-select',
params: { dictKey: 'payment:status' },
containAllLable:true,
params: { dictKey: 'overall:payment:status' },
containsAllLable: true,
visibleIf: {
_$expand: (value: boolean) => value,
},
@ -185,6 +186,7 @@ tabs = {
],
ui: {
widget: 'select',
allowClear: true,
placeholder: '请选择',
visibleIf: {
_$expand: (value: boolean) => value,
@ -211,6 +213,7 @@ tabs = {
widget: 'date',
mode: 'range',
format: 'yyyy-MM-dd',
allowClear: true,
visibleIf: {
_$expand: (value: boolean) => value,
},