This commit is contained in:
2025-10-22 13:52:14 +08:00
parent aac1d599de
commit a11f035194
2 changed files with 0 additions and 29 deletions

View File

@ -7,12 +7,6 @@ export interface LngBCurrencyPageParams extends BasicPageParams {
fullName: string;
valid: string;
code: string;
localSign: string;
note: string;
}
/**

View File

@ -24,29 +24,6 @@ export const searchFormSchema: FormSchema[] = [
getPopupContainer: () => document.body,
},
},
{
field: 'code',
label: '编码',
component: 'Input',
},
{
field: 'localSign',
label: '是否本币',
component: 'XjrSelect',
componentProps: {
datasourceType: 'dic',
params: { itemId: '1978056598125330433' },
labelField: 'name',
valueField: 'value',
getPopupContainer: () => document.body,
},
},
{
field: 'note',
label: '备注',
component: 'Input',
},
];
export const columns: BasicColumn[] = [