Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
02db99c8
Commit
02db99c8
authored
Jul 10, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b08a0302
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ExaminationStatistics.vue
src/components/administrative/ExaminationStatistics.vue
+5
-5
No files found.
src/components/administrative/ExaminationStatistics.vue
View file @
02db99c8
...
@@ -382,7 +382,7 @@ export default {
...
@@ -382,7 +382,7 @@ export default {
return
`<span>
${
rowData
.
xiaoShouKaiTuan
<=
0
&&
!
rowData
.
xiaoShouKaiTuan
?
''
:
rowData
.
xiaoShouKaiTuan
}
</span>`
return
`<span>
${
rowData
.
xiaoShouKaiTuan
<=
0
&&
!
rowData
.
xiaoShouKaiTuan
?
''
:
rowData
.
xiaoShouKaiTuan
}
</span>`
}
}
};
};
let
P
lanDmcPriceCount
=
{
let
p
lanDmcPriceCount
=
{
field
:
"PlanDmcPriceCount"
,
field
:
"PlanDmcPriceCount"
,
title
:
"用款计划违规"
,
title
:
"用款计划违规"
,
titleAlign
:
"left"
,
titleAlign
:
"left"
,
...
@@ -391,7 +391,7 @@ export default {
...
@@ -391,7 +391,7 @@ export default {
width
:
120
,
width
:
120
,
orderBy
:
""
,
orderBy
:
""
,
formatter
:
function
(
rowData
,
rowIndex
,
pagingIndex
,
field
)
{
formatter
:
function
(
rowData
,
rowIndex
,
pagingIndex
,
field
)
{
return
`<span>
${
rowData
.
PlanDmcPriceCount
<=
0
&&
!
rowData
.
PlanDmcPriceCount
?
''
:
rowData
.
P
lanDmcPriceCount
}
</span>`
return
`<span>
${
rowData
.
planDmcPriceCount
<=
0
&&
!
rowData
.
planDmcPriceCount
?
''
:
rowData
.
p
lanDmcPriceCount
}
</span>`
}
}
};
};
this
.
columns
=
[];
this
.
columns
=
[];
...
@@ -412,7 +412,7 @@ export default {
...
@@ -412,7 +412,7 @@ export default {
this
.
columns
.
push
(
leaveEarlyCount
);
this
.
columns
.
push
(
leaveEarlyCount
);
this
.
columns
.
push
(
complainCount
);
this
.
columns
.
push
(
complainCount
);
this
.
columns
.
push
(
discountPrice
);
this
.
columns
.
push
(
discountPrice
);
this
.
columns
.
push
(
P
lanDmcPriceCount
)
this
.
columns
.
push
(
p
lanDmcPriceCount
)
this
.
isReady
=
true
;
this
.
isReady
=
true
;
},
},
sortChange
(
param
)
{
sortChange
(
param
)
{
...
@@ -455,9 +455,9 @@ export default {
...
@@ -455,9 +455,9 @@ export default {
this
.
msg
.
OrderBy
=
'a.AppletOrderCount '
+
param
.
appletOrderCount
this
.
msg
.
OrderBy
=
'a.AppletOrderCount '
+
param
.
appletOrderCount
}
}
if
(
param
.
P
lanDmcPriceCount
!=
''
){
if
(
param
.
p
lanDmcPriceCount
!=
''
){
this
.
msg
.
OrderBy
=
'a.PlanDmcPriceCount '
+
param
.
P
lanDmcPriceCount
this
.
msg
.
OrderBy
=
'a.PlanDmcPriceCount '
+
param
.
p
lanDmcPriceCount
}
}
//this.tableData = this.orderBy(d, ["incomeVal"], param.income).results;
//this.tableData = this.orderBy(d, ["incomeVal"], param.income).results;
this
.
getList
();
this
.
getList
();
...
...
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