|
|
@ -45,6 +45,7 @@ export const SupplierApbalanceMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isTable:false, |
|
|
|
isDetail:false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '月', |
|
|
@ -52,7 +53,7 @@ export const SupplierApbalanceMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isTable:false, |
|
|
|
|
|
|
|
isDetail:false, |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '日', |
|
|
@ -60,7 +61,7 @@ export const SupplierApbalanceMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isTable:false, |
|
|
|
|
|
|
|
isDetail:false, |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// label: '账户类型',
|
|
|
|