fixed:企业状态没显示-的问题

master
dearLin 2026-02-25 11:31:04 +08:00
parent 40b3bdc657
commit 3440f3a56d
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ function ViewInfo(props) {
styles={{ label: { width: 200 }, content: { width: 500 } }}
items={[
{ label: "公司名称", children: corpInfoData.corpName },
{ label: "企业状态", children: corpInfoData.corpStateName },
{ label: "企业状态", children: (corpInfoData.corpStateName) ? corpInfoData.corpStateName : "-" },
{ label: "开户人", children: corpInfoData.createName },
{ label: "统一社会信用代码", children: corpInfoData.code },
{ label: "属地", children: corpInfoData.cityName },