Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
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
dsk-cr20g
Commits
ae6a8eeb
Commit
ae6a8eeb
authored
Aug 17, 2023
by
yht15023815643
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
民营集团统计
parent
82577c29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
index.vue
...te-ui/src/views/enterpriseData/components/Group/index.vue
+4
-2
No files found.
dsk-operate-ui/src/views/enterpriseData/components/Group/index.vue
View file @
ae6a8eeb
...
@@ -105,8 +105,9 @@
...
@@ -105,8 +105,9 @@
</div>
</div>
</template>
</template>
<!-- 民营集团 -->
<
template
v-if=
"activeIndex==3"
>
<
template
v-if=
"activeIndex==3"
>
<div
class=
"count"
>
共
{{
childList
.
length
}}
条
</div>
<div
class=
"count"
>
共
{{
childList
Total
}}
条
</div>
<div
class=
"child-wrap"
:id=
"item.type"
v-for=
"(item,index) in childList"
:key=
"index"
>
<div
class=
"child-wrap"
:id=
"item.type"
v-for=
"(item,index) in childList"
:key=
"index"
>
<div
class=
"anchor"
></div>
<div
class=
"anchor"
></div>
<div
class=
"count1"
>
{{
item
.
type
}}
<span>
{{
item
.
total
}}
</span></div>
<div
class=
"count1"
>
{{
item
.
type
}}
<span>
{{
item
.
total
}}
</span></div>
...
@@ -271,7 +272,8 @@ export default {
...
@@ -271,7 +272,8 @@ export default {
item
.
page
=
1
item
.
page
=
1
})
})
}
}
this
.
childList
=
res
.
data
this
.
childList
=
res
.
data
.
list
;
this
.
childListTotal
=
res
.
data
.
total
;
}
}
})
})
}
}
...
...
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