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
609c6993
Commit
609c6993
authored
Apr 12, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
e01951fd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
invoicesManagerDetail.vue
src/components/FinancialModule/invoicesManagerDetail.vue
+4
-4
ExaminationStatistics.vue
src/components/administrative/ExaminationStatistics.vue
+18
-0
No files found.
src/components/FinancialModule/invoicesManagerDetail.vue
View file @
609c6993
...
...
@@ -144,8 +144,8 @@
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<
el-button
class=
"hollowFixedBtn"
@
click=
"dialogFormVisible2=false"
>
{{$t('pub.cancelBtn')}}
</el-
button>
<
el-button
class=
"normalBtn"
type=
"primary"
@
click=
"setStatus(3)"
>
{{$t('pub.sureBtn')}}
</el-
button>
<
button
class=
"hollowFixedBtn"
@
click=
"dialogFormVisible2=false"
>
{{$t('pub.cancelBtn')}}
</
button>
<
button
class=
"normalBtn"
type=
"primary"
@
click=
"setStatus(3)"
>
{{$t('pub.sureBtn')}}
</
button>
</div>
</el-dialog>
<div
style=
"padding:20px 0"
>
...
...
@@ -167,8 +167,8 @@
</el-form-item>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<
el-button
class=
"hollowFixedBtn"
@
click=
"dialogFormVisible=false"
>
{{$t('pub.cancelBtn')}}
</el-
button>
<
el-button
class=
"normalBtn"
type=
"primary"
@
click=
"setStatus(4)"
>
{{$t('pub.sureBtn')}}
</el-
button>
<
button
class=
"hollowFixedBtn"
@
click=
"dialogFormVisible=false"
>
{{$t('pub.cancelBtn')}}
</
button>
<
button
class=
"normalBtn"
type=
"primary"
@
click=
"setStatus(4)"
>
{{$t('pub.sureBtn')}}
</
button>
</div>
</el-dialog>
</div>
...
...
src/components/administrative/ExaminationStatistics.vue
View file @
609c6993
...
...
@@ -231,6 +231,9 @@ export default {
isResize
:
true
,
width
:
100
,
orderBy
:
""
,
formatter
:
function
(
rowData
,
rowIndex
,
pagingIndex
,
field
)
{
return
`<span>
${
rowData
.
rejectCount
<=
0
?
''
:
rowData
.
rejectCount
}
</span>`
}
};
let
receivedPeopleCount
=
{
field
:
"receivedPeopleCount"
,
...
...
@@ -240,6 +243,9 @@ export default {
isResize
:
true
,
width
:
100
,
orderBy
:
""
,
formatter
:
function
(
rowData
,
rowIndex
,
pagingIndex
,
field
)
{
return
`<span>
${
rowData
.
receivedPeopleCount
<=
0
?
''
:
rowData
.
receivedPeopleCount
}
</span>`
}
};
let
orderCount
=
{
field
:
"orderCount"
,
...
...
@@ -249,6 +255,9 @@ export default {
isResize
:
true
,
width
:
80
,
orderBy
:
""
,
formatter
:
function
(
rowData
,
rowIndex
,
pagingIndex
,
field
)
{
return
`<span>
${
rowData
.
orderCount
<=
0
?
''
:
rowData
.
orderCount
}
</span>`
}
};
let
uncollected
=
{
field
:
"uncollected"
,
...
...
@@ -270,6 +279,9 @@ export default {
isResize
:
true
,
width
:
80
,
orderBy
:
""
,
formatter
:
function
(
rowData
,
rowIndex
,
pagingIndex
,
field
)
{
return
`<span>
${
rowData
.
lateCount
<=
0
?
''
:
rowData
.
lateCount
}
</span>`
}
};
let
leaveEarlyCount
=
{
field
:
"leaveEarlyCount"
,
...
...
@@ -279,6 +291,9 @@ export default {
isResize
:
true
,
width
:
80
,
orderBy
:
""
,
formatter
:
function
(
rowData
,
rowIndex
,
pagingIndex
,
field
)
{
return
`<span>
${
rowData
.
leaveEarlyCount
<=
0
?
''
:
rowData
.
leaveEarlyCount
}
</span>`
}
};
let
complainCount
=
{
field
:
"complainCount"
,
...
...
@@ -288,6 +303,9 @@ export default {
isResize
:
true
,
width
:
80
,
orderBy
:
""
,
formatter
:
function
(
rowData
,
rowIndex
,
pagingIndex
,
field
)
{
return
`<span>
${
rowData
.
complainCount
<=
0
?
''
:
rowData
.
complainCount
}
</span>`
}
};
let
discountPrice
=
{
field
:
"discountPrice"
,
...
...
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