修改页面展示字段-供应商启用停用

This commit is contained in:
yangjun 2026-04-09 09:16:45 +08:00
parent 4f0bd551c1
commit b2842e3330
1 changed files with 17 additions and 17 deletions

View File

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