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
b08a0302
Commit
b08a0302
authored
Jul 10, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
99caa9fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
ExaminationStatistics.vue
src/components/administrative/ExaminationStatistics.vue
+17
-1
No files found.
src/components/administrative/ExaminationStatistics.vue
View file @
b08a0302
...
...
@@ -382,6 +382,18 @@ export default {
return
`<span>
${
rowData
.
xiaoShouKaiTuan
<=
0
&&
!
rowData
.
xiaoShouKaiTuan
?
''
:
rowData
.
xiaoShouKaiTuan
}
</span>`
}
};
let
PlanDmcPriceCount
=
{
field
:
"PlanDmcPriceCount"
,
title
:
"用款计划违规"
,
titleAlign
:
"left"
,
columnAlign
:
"left"
,
isResize
:
true
,
width
:
120
,
orderBy
:
""
,
formatter
:
function
(
rowData
,
rowIndex
,
pagingIndex
,
field
)
{
return
`<span>
${
rowData
.
PlanDmcPriceCount
<=
0
&&
!
rowData
.
PlanDmcPriceCount
?
''
:
rowData
.
PlanDmcPriceCount
}
</span>`
}
};
this
.
columns
=
[];
this
.
columns
.
push
(
company
);
this
.
columns
.
push
(
department
);
...
...
@@ -400,7 +412,7 @@ export default {
this
.
columns
.
push
(
leaveEarlyCount
);
this
.
columns
.
push
(
complainCount
);
this
.
columns
.
push
(
discountPrice
);
this
.
columns
.
push
(
PlanDmcPriceCount
)
this
.
isReady
=
true
;
},
sortChange
(
param
)
{
...
...
@@ -443,6 +455,10 @@ export default {
this
.
msg
.
OrderBy
=
'a.AppletOrderCount '
+
param
.
appletOrderCount
}
if
(
param
.
PlanDmcPriceCount
!=
''
){
this
.
msg
.
OrderBy
=
'a.PlanDmcPriceCount '
+
param
.
PlanDmcPriceCount
}
//this.tableData = this.orderBy(d, ["incomeVal"], param.income).results;
this
.
getList
();
// }else{
...
...
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