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",