Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
W
WebPublic
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
前端开发小组
WebPublic
Commits
ff62637b
提交
ff62637b
authored
6月 09, 2020
作者:
徐立
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修复滚动bug
上级
c401787e
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
38 行增加
和
22 行删除
+38
-22
index.js
one_stop_public/libs/formList/index.js
+38
-22
没有找到文件。
one_stop_public/libs/formList/index.js
浏览文件 @
ff62637b
...
@@ -425,7 +425,7 @@ class FormList extends React.Component {
...
@@ -425,7 +425,7 @@ class FormList extends React.Component {
this
.
columns
=
this
.
props
.
value
.
columns
;
this
.
columns
=
this
.
props
.
value
.
columns
;
let
cacheList
=
[];
let
cacheList
=
[];
let
cacheChecked
=
[];
let
cacheChecked
=
[];
console
.
log
(
this
.
props
.
value
.
columns
)
console
.
log
(
this
.
props
.
value
.
columns
)
;
// 表头筛选逻辑
// 表头筛选逻辑
Array
.
isArray
(
this
.
props
.
value
.
columns
)
&&
Array
.
isArray
(
this
.
props
.
value
.
columns
)
&&
this
.
props
.
value
.
columns
.
map
(
item
=>
{
this
.
props
.
value
.
columns
.
map
(
item
=>
{
...
@@ -436,7 +436,7 @@ class FormList extends React.Component {
...
@@ -436,7 +436,7 @@ class FormList extends React.Component {
cacheChecked
.
push
(
item
.
dataIndex
);
cacheChecked
.
push
(
item
.
dataIndex
);
});
});
this
.
checkList
=
cacheList
;
this
.
checkList
=
cacheList
;
this
.
setState
({
this
.
setState
({
checkedList
:
cacheChecked
,
checkedList
:
cacheChecked
,
cacheColumns
:
cloneDeep
(
this
.
props
.
value
.
columns
),
cacheColumns
:
cloneDeep
(
this
.
props
.
value
.
columns
),
...
@@ -1117,10 +1117,10 @@ class FormList extends React.Component {
...
@@ -1117,10 +1117,10 @@ class FormList extends React.Component {
valueName
,
valueName
,
notShowBack
,
notShowBack
,
istableCom
,
// 是否有模板设计器调用
istableCom
,
// 是否有模板设计器调用
value
:
{
btns
},
value
:
{
btns
},
loading
loading
,
}
=
this
.
props
;
}
=
this
.
props
;
const
{
showMobileDiv
,
isView
}
=
this
.
state
;
const
{
showMobileDiv
,
isView
}
=
this
.
state
;
let
scrollWidth
=
document
.
documentElement
.
clientWidth
||
document
.
body
.
clientWidth
;
//可使宽度
let
scrollWidth
=
document
.
documentElement
.
clientWidth
||
document
.
body
.
clientWidth
;
//可使宽度
...
@@ -1283,7 +1283,9 @@ class FormList extends React.Component {
...
@@ -1283,7 +1283,9 @@ class FormList extends React.Component {
返回
返回
<
/Button
>
<
/Button
>
)}
)}
{
btns
&&
btns
.
before
&&
btns
.
before
.
length
>
0
?
btns
.
before
.
map
((
r
)
=><
Button
{...
r
}
loading
=
{
loading
}
/>
)
:""
}
{
btns
&&
btns
.
before
&&
btns
.
before
.
length
>
0
?
btns
.
before
.
map
(
r
=>
<
Button
{...
r
}
loading
=
{
loading
}
/>
)
:
''
}
{
rights
&&
!
rights
.
includes
(
'add'
)
?
(
{
rights
&&
!
rights
.
includes
(
'add'
)
?
(
''
''
)
:
(
)
:
(
...
@@ -1365,24 +1367,38 @@ class FormList extends React.Component {
...
@@ -1365,24 +1367,38 @@ class FormList extends React.Component {
<
/Button
>
<
/Button
>
<
/Popover
>
<
/Popover
>
)}
)}
{
btns
&&
btns
.
after
&&
btns
.
after
.
length
>
0
?
btns
.
after
.
map
((
r
)
=><
Button
{...
r
}
loading
=
{
loading
}
/>
)
:""
}
{
btns
&&
btns
.
after
&&
btns
.
after
.
length
>
0
?
btns
.
after
.
map
(
r
=>
<
Button
{...
r
}
loading
=
{
loading
}
/>
)
:
''
}
<
/div
>
<
/div
>
{
!
istableCom
||
(
this
.
props
.
value
&&
this
.
props
.
value
.
columns
)
?
(
{
!
istableCom
||
(
this
.
props
.
value
&&
this
.
props
.
value
.
columns
)
?
(
<
StandardTable
<
div
showHeader
=
{
this
.
props
.
showHeader
!=
null
?
this
.
props
.
showHeader
:
true
}
id
=
"mobelDiv"
noSelectRow
=
{
style
=
{{
this
.
props
.
onSelectRow
==
null
&&
(
rights
==
null
||
!
rights
.
includes
(
'delete'
))
overflow
:
'hidden'
,
}
width
:
isMobile
?
showMobileDiv
:
showDiv
,
rowKey
=
"id"
height
:
'100%'
,
data
=
{
data
}
}}
isHiddenPage
=
{
this
.
props
.
isHiddenPage
!=
null
?
this
.
props
.
isHiddenPage
:
false
}
>
columns
=
{
this
.
columns
}
{
showDiv
&&
(
scroll
=
{
this
.
props
.
value
&&
this
.
props
.
value
.
columns
?
{}
:
{
x
:
AllWidth
}}
<
StandardTable
selectedRows
=
{
selectedRows
}
showHeader
=
{
this
.
props
.
showHeader
!=
null
?
this
.
props
.
showHeader
:
true
}
onSelectRow
=
{
this
.
handleSelectRows
}
noSelectRow
=
{
onChange
=
{
this
.
handleStandardTableChange
}
this
.
props
.
onSelectRow
==
null
&&
loading
=
{
this
.
props
.
loading
}
(
rights
==
null
||
!
rights
.
includes
(
'delete'
))
/
>
}
rowKey
=
"id"
data
=
{
data
}
isHiddenPage
=
{
this
.
props
.
isHiddenPage
!=
null
?
this
.
props
.
isHiddenPage
:
false
}
columns
=
{
this
.
columns
}
scroll
=
{{
x
:
AllWidth
}}
selectedRows
=
{
selectedRows
}
onSelectRow
=
{
this
.
handleSelectRows
}
onChange
=
{
this
.
handleStandardTableChange
}
loading
=
{
this
.
props
.
loading
}
/
>
)}
<
/div
>
)
:
(
)
:
(
<
div
<
div
id
=
"mobelDiv"
id
=
"mobelDiv"
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论