Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
14e91fe4
Commit
14e91fe4
authored
May 06, 2020
by
彭祥礼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
楼长总经理KPI信息修改
parent
078dfc32
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
src/views/school-center/louZhang/managerKpi.vue
+2
-8
No files found.
src/views/school-center/louZhang/managerKpi.vue
View file @
14e91fe4
...
...
@@ -14,12 +14,10 @@
<a-form-item
label=
"月份"
>
<a-range-picker
:placeholder=
"['开始月份', '结束月份']"
format=
"YYYY
-
MM"
format=
"YYYYMM"
:value=
"queryParam.month"
:mode=
"tempMode"
:ranges=
"
{ Today: [moment(), moment()], 'This Month': [moment(), moment().endOf('month')] }"
@
panelChange=
"handlePanelChange"
@change="handleChange"
style=
"width: 16rem;"
/>
<!--
<a-month-picker
type=
""
@
change=
"onChange"
v-model=
"queryParam.month"
placeholder=
"选择月份"
style=
"width: 8rem;"
/>
-->
...
...
@@ -203,14 +201,10 @@
},
methods
:
{
moment
,
handleChange
(
value
)
{
this
.
queryParam
.
month
=
value
;
//console.log("monthValue================="+this.queryParam);
},
handlePanelChange
(
value
,
mode
)
{
this
.
queryParam
.
month
=
value
;
this
.
tempMode
=
[
mode
[
0
]
===
'date'
?
'month'
:
mode
[
0
],
mode
[
1
]
===
'date'
?
'month'
:
mode
[
1
]];
//console.log("
queryParam.month=================="+this.queryParam
);
//console.log("
this.tempMode=================="+this.tempMode
);
},
excelOut
()
{
let
params
=
{
...
...
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