币种
This commit is contained in:
@ -7,6 +7,12 @@ export interface LngBCurrencyPageParams extends BasicPageParams {
|
|||||||
fullName: string;
|
fullName: string;
|
||||||
|
|
||||||
valid: string;
|
valid: string;
|
||||||
|
|
||||||
|
code: string;
|
||||||
|
|
||||||
|
localSign: string;
|
||||||
|
|
||||||
|
note: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -24,6 +24,29 @@ export const searchFormSchema: FormSchema[] = [
|
|||||||
getPopupContainer: () => document.body,
|
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[] = [
|
export const columns: BasicColumn[] = [
|
||||||
|
|||||||
Reference in New Issue
Block a user