修改相关方端 企业二维码显示逻辑
parent
08c9dc09b9
commit
5c0938bfeb
|
|
@ -10,8 +10,8 @@ module.exports = {
|
|||
javaGitBranch: "<branch-name>",
|
||||
|
||||
// 接口服务地址
|
||||
API_HOST: "http://192.168.20.100:30140",
|
||||
// API_HOST: "https://gbs-gateway.qhdsafety.com",
|
||||
// API_HOST: "http://192.168.20.100:30140",
|
||||
API_HOST: "https://gbs-gateway.qhdsafety.com",
|
||||
},
|
||||
production: {
|
||||
// 应用后端分支名称,部署上线需要
|
||||
|
|
|
|||
|
|
@ -475,17 +475,20 @@ function CorpInfo(props) {
|
|||
{
|
||||
name: "qrCode",
|
||||
label: "企业二维码",
|
||||
hidden: canShowQrCode,
|
||||
required: false,
|
||||
render: (
|
||||
<div>
|
||||
<Button
|
||||
type="link"
|
||||
disabled={!canShowQrCode}
|
||||
onClick={() => {
|
||||
setCorpInfoQrCodeOpen(true);
|
||||
}}
|
||||
>
|
||||
查看
|
||||
</Button>
|
||||
<div style={{ color: "red", marginTop: 10 }}>请完善企业信息后查看二维码;</div>
|
||||
</div>
|
||||
|
||||
),
|
||||
},
|
||||
// { label: "单位资质信息", render: FORM_ITEM_RENDER_ENUM.DIVIDER },
|
||||
|
|
|
|||
|
|
@ -193,10 +193,10 @@ function AddModalComponent(props) {
|
|||
label: "所属岗位",
|
||||
children: info.postName,
|
||||
},
|
||||
{
|
||||
label: "用户名",
|
||||
children: info.username,
|
||||
},
|
||||
// {
|
||||
// label: "用户名",
|
||||
// children: info.username,
|
||||
// },
|
||||
{
|
||||
label: "姓名",
|
||||
children: info.name,
|
||||
|
|
|
|||
Loading…
Reference in New Issue