Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
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
华国豪
CRM
Commits
7040f557
Commit
7040f557
authored
Sep 08, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
e454c06b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
DrainageRankingStatistics.vue
src/views/workstatistics/DrainageRankingStatistics.vue
+2
-10
No files found.
src/views/workstatistics/DrainageRankingStatistics.vue
View file @
7040f557
...
@@ -88,10 +88,10 @@
...
@@ -88,10 +88,10 @@
</div>
</div>
<el-dialog
@
closed=
"closedDialog"
:modal=
"true"
:visible
.
sync=
"dialogTableVisible"
width=
"900px"
:close-on-click-modal=
"false"
class=
"addCustomer"
>
<el-dialog
@
closed=
"closedDialog"
:modal=
"true"
:visible
.
sync=
"dialogTableVisible"
width=
"900px"
:close-on-click-modal=
"false"
class=
"addCustomer"
>
<div
class=
"add-tit"
slot=
"title"
>
<div
class=
"add-tit"
slot=
"title"
>
<p><span></span>
{{title}}
-{{detailsObj.ModuleName}}
排名详情
</p>
<p><span></span>
{{title}}排名详情
</p>
<span
icon=
"el-icon-close"
></span>
<span
icon=
"el-icon-close"
></span>
</div>
</div>
<div
v-if=
"detailsObj
.Remark
&&detailsObj.Remark.length>0"
>
<div
v-if=
"detailsObj&&detailsObj.Remark.length>0"
>
<div
class=
"orderlog-box-center"
v-for=
"(item,index) in detailsObj.Remark"
:key=
"index"
>
<div
class=
"orderlog-box-center"
v-for=
"(item,index) in detailsObj.Remark"
:key=
"index"
>
<div
class=
"form-box-log"
>
<div
class=
"form-box-log"
>
<div
class=
"form-log-title"
>
<div
class=
"form-log-title"
>
...
@@ -113,13 +113,6 @@
...
@@ -113,13 +113,6 @@
</div>
</div>
</div>
</div>
<div
v-else
class=
"noData"
>
暂无数据
</div>
<div
v-else
class=
"noData"
>
暂无数据
</div>
<!-- <div v-if="total>0">
<el-pagination class="Mypagination" background @current-change="handleCurrentChange"
:page-sizes="[10, 30, 60, 90, 100]" :page-size="msg.pageSize" layout="total, sizes, prev, pager, next"
@size-change="handleSizeChange" :total="total">
</el-pagination>
</div> -->
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
type=
"primary"
class=
"add-box-btn"
@
click=
"dialogTableVisible = false"
>
确 定
</el-button>
<el-button
type=
"primary"
class=
"add-box-btn"
@
click=
"dialogTableVisible = false"
>
确 定
</el-button>
<el-button
class=
"add-box-btn add-box-cancel"
@
click=
"dialogTableVisible = false"
>
取 消
</el-button>
<el-button
class=
"add-box-btn add-box-cancel"
@
click=
"dialogTableVisible = false"
>
取 消
</el-button>
...
@@ -355,7 +348,6 @@
...
@@ -355,7 +348,6 @@
},
},
methods
:
{
methods
:
{
details
(
row
,
EmpName
){
details
(
row
,
EmpName
){
console
.
log
(
row
)
this
.
dialogTableVisible
=
true
this
.
dialogTableVisible
=
true
this
.
title
=
EmpName
this
.
title
=
EmpName
this
.
detailsObj
=
row
this
.
detailsObj
=
row
...
...
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