Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
ec-report-refactor
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
lihuizhen
ec-report-refactor
Commits
c01bde6b
Commit
c01bde6b
authored
Jul 13, 2023
by
leon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: detail support folder
parent
363c52ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
details.vue
pages/details/details.vue
+3
-0
No files found.
pages/details/details.vue
View file @
c01bde6b
...
...
@@ -55,6 +55,7 @@
<!-- 普通表格 -->
<NormalTable
v-if=
"element.type == 'NormalTable'"
:elementInfo=
"element"
></NormalTable>
<!--
<Table
v-if=
"element.type == 'NormalTable'"
:elementInfo=
"element"
></Table>
-->
<Folder
v-if=
"element.type == 'folder'"
:elementInfo=
"element"
></Folder>
</view>
</
template
>
<ModelData
...
...
@@ -226,6 +227,8 @@
},
parseInt
(
info
.
dataPollingInterval
)
*
1000
)
}
}
// 处理图层关系
res
.
data
.
Result
.
list
=
this
.
$u
.
common
.
elementFolderId
(
res
.
data
.
Result
.
list
)
// 清除数据
if
(
uni
.
getStorageSync
(
'reportInfo'
))
{
let
cacheInfo
=
JSON
.
parse
(
uni
.
getStorageSync
(
'reportInfo'
))
...
...
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