Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-web
Project
Project
Details
Activity
Releases
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
张伯涛
tea-resources-web
Commits
99ffb6fe
Commit
99ffb6fe
authored
May 22, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据统计bug修改
parent
015b59b9
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
448 additions
and
425 deletions
+448
-425
index.vue
src/views/dataStatistics/assessView/index.vue
+8
-2
index.vue
src/views/dataStatistics/classView/index.vue
+1
-1
index.vue
src/views/dataStatistics/companyView/index.vue
+9
-2
index.vue
src/views/dataStatistics/userView/index.vue
+430
-420
No files found.
src/views/dataStatistics/assessView/index.vue
View file @
99ffb6fe
...
...
@@ -135,7 +135,13 @@
</el-table-column>
</el-table>
</div>
<pagination
v-show=
"detailTotal>0"
:total=
"detailTotal"
:page
.
sync=
"detailQueryParams.page"
:limit
.
sync=
"detailQueryParams.rows"
@
pagination=
"detailGetList"
/>
</el-drawer>
</div>
...
...
@@ -252,7 +258,7 @@ export default {
}
],
// 抽屉列表查询参数
detailTotal
:
2
0
,
detailTotal
:
0
,
detailQueryParams
:
{
page
:
1
,
rows
:
10
,
...
...
src/views/dataStatistics/classView/index.vue
View file @
99ffb6fe
...
...
@@ -289,7 +289,7 @@ export default {
// },
],
// 抽屉列表查询参数
detailTotal
:
2
0
,
detailTotal
:
0
,
detailQueryParams
:
{
id
:
''
,
column
:
''
,
...
...
src/views/dataStatistics/companyView/index.vue
View file @
99ffb6fe
...
...
@@ -129,7 +129,7 @@
</el-table-column>
<el-table-column
label=
"试用课程数"
align=
"center"
prop=
"noPay"
>
<
template
slot-scope=
"scope"
>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
studentNumber
}}
</span>
<span
style=
"color: #214e90;"
>
{{
scope
.
row
.
noPay
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"完成必修课人次"
align=
"center"
prop=
"finish"
>
...
...
@@ -196,6 +196,13 @@
:prop=
"column.prop"
/>
</el-table>
<pagination
v-show=
"detailTotal>0"
:total=
"detailTotal"
:page
.
sync=
"detailQueryParams.page"
:limit
.
sync=
"detailQueryParams.rows"
@
pagination=
"detailGetList"
/>
</div>
</el-drawer>
...
...
@@ -343,7 +350,7 @@ export default {
}
],
// 抽屉列表查询参数
detailTotal
:
2
0
,
detailTotal
:
0
,
detailQueryParams
:
{
page
:
1
,
rows
:
10
,
...
...
src/views/dataStatistics/userView/index.vue
View file @
99ffb6fe
This diff is collapsed.
Click to expand it.
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