Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bkunyun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bkunyun
Commits
e6f8cecb
Commit
e6f8cecb
authored
Sep 19, 2022
by
chenshouchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
在分子卡片模式下,删除2D/3D图像下面的smiles展示
parent
6d9f6e40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
index.tsx
...jectData/SeeDataset/components/DatasetCardTable/index.tsx
+4
-0
No files found.
src/views/Project/ProjectData/SeeDataset/components/DatasetCardTable/index.tsx
View file @
e6f8cecb
...
@@ -81,6 +81,10 @@ const DatasetCardTable = (props: IDatasetCardTableProps) => {
...
@@ -81,6 +81,10 @@ const DatasetCardTable = (props: IDatasetCardTableProps) => {
{
Object
.
keys
(
item
)
{
Object
.
keys
(
item
)
.
filter
((
key
)
=>
showData
.
indexOf
(
key
)
!==
-
1
)
.
filter
((
key
)
=>
showData
.
indexOf
(
key
)
!==
-
1
)
.
map
((
key
,
index
)
=>
{
.
map
((
key
,
index
)
=>
{
// 在分子卡片模式下,删除2D/3D图像下面的smiles展示。
if
(
key
===
"smiles"
)
{
return
null
;
}
return
(
return
(
<
div
<
div
className=
{
style
.
datasetLiDataLi
}
className=
{
style
.
datasetLiDataLi
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment