From b2842e33305c890c104ef9e94e018c106cf03077 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Thu, 9 Apr 2026 09:16:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E5=AD=97=E6=AE=B5-=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E5=90=AF=E7=94=A8=E5=81=9C=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bizSuppliers/NuBizSuppliersInfo.data.ts | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/views/invoicing/bizSuppliers/NuBizSuppliersInfo.data.ts b/src/views/invoicing/bizSuppliers/NuBizSuppliersInfo.data.ts index ced663f..9765a26 100644 --- a/src/views/invoicing/bizSuppliers/NuBizSuppliersInfo.data.ts +++ b/src/views/invoicing/bizSuppliers/NuBizSuppliersInfo.data.ts @@ -50,23 +50,23 @@ export const columns: BasicColumn[] = [ align: "center", dataIndex: 'openingBankNo' }, - { - title: '状态', - align: "center", - dataIndex: 'izEnabled', - width: 100, - customRender: ({ text }) => { - let ret = ""; - if(text == 'Y') { - ret = "启用"; - } else if(text == 'N') { - ret = "停用"; - } else { - ret = "未合作"; - } - return ret; - } - }, + // { + // title: '状态', + // align: "center", + // dataIndex: 'izEnabled', + // width: 100, + // customRender: ({ text }) => { + // let ret = ""; + // if(text == 'Y') { + // ret = "启用"; + // } else if(text == 'N') { + // ret = "停用"; + // } else { + // ret = "未合作"; + // } + // return ret; + // } + // }, // { // title: '营业执照', // align: "center",