|
@@ -200,7 +200,7 @@ let fields: Ref<any[]> = ref([
|
|
|
{ label: '新车价格', model: 'price' },
|
|
|
{ label: '实付价格', model: 'real_pay' },
|
|
|
{ label: '车龄', model: 'age', isSearch: true },
|
|
|
- { label: '过户次数', model: 'number', isSearch: true },
|
|
|
+ { label: '过户次数', model: 'number' },
|
|
|
{ label: '状态', model: 'status', format: (i) => getDict(i, 'status'), isSearch: true, type: 'select' }
|
|
|
]);
|
|
|
// 操作
|