From a11f0351942a1f6f01d9c4b86b2bae7253e0323f Mon Sep 17 00:00:00 2001 From: "t-shunyi.kuang" <846002312@qq.com> Date: Wed, 22 Oct 2025 13:52:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=81=E7=A7=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mdm/Currency/model/CurrencyModel.ts | 6 ------ src/views/mdm/Currency/components/config.ts | 23 --------------------- 2 files changed, 29 deletions(-) diff --git a/src/api/mdm/Currency/model/CurrencyModel.ts b/src/api/mdm/Currency/model/CurrencyModel.ts index c0857af..fe73bac 100644 --- a/src/api/mdm/Currency/model/CurrencyModel.ts +++ b/src/api/mdm/Currency/model/CurrencyModel.ts @@ -7,12 +7,6 @@ export interface LngBCurrencyPageParams extends BasicPageParams { fullName: string; valid: string; - - code: string; - - localSign: string; - - note: string; } /** diff --git a/src/views/mdm/Currency/components/config.ts b/src/views/mdm/Currency/components/config.ts index 7e692ca..c076ddc 100644 --- a/src/views/mdm/Currency/components/config.ts +++ b/src/views/mdm/Currency/components/config.ts @@ -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[] = [