|
|
@ -88,7 +88,7 @@ export const SettlementConfiguration = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '物品名称', |
|
|
|
label: '物料名称', |
|
|
|
field: 'itemName', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
@ -99,7 +99,7 @@ export const SettlementConfiguration = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '物品描述', |
|
|
|
label: '物料描述', |
|
|
|
field: 'itemDesc1', |
|
|
|
sort: 'custom', |
|
|
|
form: { |
|
|
@ -109,7 +109,7 @@ export const SettlementConfiguration = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '物品描述2', |
|
|
|
label: '物料描述2', |
|
|
|
field: 'itemDesc2', |
|
|
|
sort: 'custom', |
|
|
|
isTable: false, |
|
|
|