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
8035ef41
Commit
8035ef41
authored
Dec 07, 2022
by
Jenny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 选项卡新增属性配置
parent
179e1026
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
211 additions
and
158 deletions
+211
-158
NormalTabs.vue
components/NormalTabs/NormalTabs.vue
+209
-156
details.vue
pages/details/details.vue
+1
-1
index.vue
pages/index/index.vue
+1
-1
No files found.
components/NormalTabs/NormalTabs.vue
View file @
8035ef41
This diff is collapsed.
Click to expand it.
pages/details/details.vue
View file @
8035ef41
...
@@ -217,7 +217,7 @@
...
@@ -217,7 +217,7 @@
* 组件之间关联
* 组件之间关联
*/
*/
handleValueChange
(
index
,
paramName
,
value
)
{
handleValueChange
(
index
,
paramName
,
value
)
{
if
(
index
.
length
&&
paramName
&&
value
)
{
if
(
index
.
length
&&
paramName
)
{
const
that
=
this
const
that
=
this
that
.
reportInfo
.
list
=
that
.
reportInfo
.
list
.
map
(
item
=>
{
that
.
reportInfo
.
list
=
that
.
reportInfo
.
list
.
map
(
item
=>
{
const
flag
=
index
.
includes
(
item
.
id
)
const
flag
=
index
.
includes
(
item
.
id
)
...
...
pages/index/index.vue
View file @
8035ef41
...
@@ -255,7 +255,7 @@
...
@@ -255,7 +255,7 @@
* 组件之间关联
* 组件之间关联
*/
*/
handleValueChange
(
index
,
paramName
,
value
)
{
handleValueChange
(
index
,
paramName
,
value
)
{
if
(
index
.
length
&&
paramName
&&
value
)
{
if
(
index
.
length
&&
paramName
)
{
const
that
=
this
const
that
=
this
that
.
reportInfo
.
list
=
that
.
reportInfo
.
list
.
map
(
item
=>
{
that
.
reportInfo
.
list
=
that
.
reportInfo
.
list
.
map
(
item
=>
{
const
flag
=
index
.
includes
(
item
.
id
)
const
flag
=
index
.
includes
(
item
.
id
)
...
...
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