修改相关方端 企业二维码显示逻辑

master
853931625@qq.com 2026-01-15 18:08:54 +08:00
parent 08c9dc09b9
commit 5c0938bfeb
3 changed files with 18 additions and 15 deletions

View File

@ -10,8 +10,8 @@ module.exports = {
javaGitBranch: "<branch-name>", javaGitBranch: "<branch-name>",
// 接口服务地址 // 接口服务地址
API_HOST: "http://192.168.20.100:30140", // API_HOST: "http://192.168.20.100:30140",
// API_HOST: "https://gbs-gateway.qhdsafety.com", API_HOST: "https://gbs-gateway.qhdsafety.com",
}, },
production: { production: {
// 应用后端分支名称,部署上线需要 // 应用后端分支名称,部署上线需要

View File

@ -475,17 +475,20 @@ function CorpInfo(props) {
{ {
name: "qrCode", name: "qrCode",
label: "企业二维码", label: "企业二维码",
hidden: canShowQrCode,
required: false, required: false,
render: ( render: (
<div>
<Button <Button
type="link" disabled={!canShowQrCode}
onClick={() => { onClick={() => {
setCorpInfoQrCodeOpen(true); setCorpInfoQrCodeOpen(true);
}} }}
> >
查看 查看
</Button> </Button>
<div style={{ color: "red", marginTop: 10 }}>请完善企业信息后查看二维码</div>
</div>
), ),
}, },
// { label: "单位资质信息", render: FORM_ITEM_RENDER_ENUM.DIVIDER }, // { label: "单位资质信息", render: FORM_ITEM_RENDER_ENUM.DIVIDER },

View File

@ -193,10 +193,10 @@ function AddModalComponent(props) {
label: "所属岗位", label: "所属岗位",
children: info.postName, children: info.postName,
}, },
{ // {
label: "用户名", // label: "用户名",
children: info.username, // children: info.username,
}, // },
{ {
label: "姓名", label: "姓名",
children: info.name, children: info.name,