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

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", align: "center",
dataIndex: 'openingBankNo' dataIndex: 'openingBankNo'
}, },
{ // {
title: '状态', // title: '状态',
align: "center", // align: "center",
dataIndex: 'izEnabled', // dataIndex: 'izEnabled',
width: 100, // width: 100,
customRender: ({ text }) => { // customRender: ({ text }) => {
let ret = ""; // let ret = "";
if(text == 'Y') { // if(text == 'Y') {
ret = "启用"; // ret = "启用";
} else if(text == 'N') { // } else if(text == 'N') {
ret = "停用"; // ret = "停用";
} else { // } else {
ret = "未合作"; // ret = "未合作";
} // }
return ret; // return ret;
} // }
}, // },
// { // {
// title: '营业执照', // title: '营业执照',
// align: "center", // align: "center",