Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
5c9226a8
提交
5c9226a8
authored
5月 26, 2022
作者:
钟是志
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
26967 门户--单位个人中心,,,专场招聘申请,,签到二维码放到列表上
上级
8626d8b7
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
24 行增加
和
14 行删除
+24
-14
destruction.js
FormInsertDiy/AffairPage/destruction.js
+16
-14
styles.less
FormInsertDiy/AffairPage/styles.less
+8
-0
没有找到文件。
FormInsertDiy/AffairPage/destruction.js
浏览文件 @
5c9226a8
...
@@ -7,6 +7,7 @@ import moment from 'moment';
...
@@ -7,6 +7,7 @@ import moment from 'moment';
import
React
from
'react'
;
import
React
from
'react'
;
import
{
findListTaskDefinition
}
from
'@/webPublic/FormInsertDiy/AffairPage/publicApiService'
;
import
{
findListTaskDefinition
}
from
'@/webPublic/FormInsertDiy/AffairPage/publicApiService'
;
import
QRCode
from
'qrcode.react'
;
import
QRCode
from
'qrcode.react'
;
import
styles
from
'./styles.less'
;
const
handleSqlModels
=
(
sqlModels
,
defaultValues
)
=>
{
const
handleSqlModels
=
(
sqlModels
,
defaultValues
)
=>
{
if
(
typeof
sqlModels
===
'undefined'
||
!
Array
.
isArray
(
sqlModels
))
{
if
(
typeof
sqlModels
===
'undefined'
||
!
Array
.
isArray
(
sqlModels
))
{
...
@@ -358,25 +359,26 @@ export function handleColumns(columns) {
...
@@ -358,25 +359,26 @@ export function handleColumns(columns) {
if
(
isJSON
(
text
))
{
if
(
isJSON
(
text
))
{
text
=
JSON
.
parse
(
text
);
text
=
JSON
.
parse
(
text
);
}
}
if
(
item
.
extendType
===
'qrCode'
&&
typeof
text
===
'string'
)
{
if
(
item
.
extendType
===
'qrCode'
&&
t
ext
&&
t
ypeof
text
===
'string'
)
{
let
url
=
text
.
includes
(
'http'
)
?
text
:
config
.
gateWayPort
+
text
;
let
url
=
text
.
includes
(
'http'
)
?
text
:
config
.
gateWayPort
+
text
;
const
clickUrl
=
()
=>
{
const
clickUrl
=
()
=>
{
Modal
.
info
({
Modal
.
info
({
title
:
'二维码'
,
title
:
item
.
title
,
content
:
<
QRCode
content
:
<
div
className
=
{
styles
.
erweimaModal
}
>
bgColor
=
"#FFFFFF"
<
QRCode
fgColor
=
"#000000"
bgColor
=
"#FFFFFF"
level
=
"Q"
fgColor
=
"#000000"
size
=
{
200
}
level
=
"Q"
style
=
{{
size
=
{
200
}
display
:
'block'
,
style
=
{{
margin
:
'auto'
,
display
:
'block'
,
}}
margin
:
'auto'
,
value
=
{
url
}
}}
/>
,
value
=
{
url
}
/></
div
>
,
});
});
};
};
return
(
<
a
onClick
=
{
clickUrl
}
>
查看
二维码
<
/a>
)
;
return
(
<
a
onClick
=
{
clickUrl
}
>
查看
<
/a>
)
;
}
}
if
(
item
.
extendType
===
'file'
&&
typeof
text
===
'string'
)
{
if
(
item
.
extendType
===
'file'
&&
typeof
text
===
'string'
)
{
let
url
=
text
.
includes
(
'http'
)
?
text
:
config
.
sqlFormsServer
+
text
;
let
url
=
text
.
includes
(
'http'
)
?
text
:
config
.
sqlFormsServer
+
text
;
...
...
FormInsertDiy/AffairPage/styles.less
0 → 100644
浏览文件 @
5c9226a8
.erweimaModal{
display: grid;
align-items: center;
justify-items: center;
width: 230px;
height: 250px;
margin-left: 20px;
}
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论