Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
052cb04a
Commit
052cb04a
authored
Jan 21, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
427974ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
11 deletions
+10
-11
target-form.vue
src/components/system/target-form.vue
+5
-5
todayData.vue
src/components/work/todayData.vue
+5
-6
No files found.
src/components/system/target-form.vue
View file @
052cb04a
...
...
@@ -8,10 +8,10 @@
<template
v-if=
"isShow==1"
>
<div
class=
"row wrap"
>
<div
class=
"col-12"
>
<el-date-picker
v-model=
"value"
style=
"width:100%"
type=
"month"
:clearable=
"false"
@
change=
"dateChange"
value-format=
"yyyy-MM"
placeholder=
"选择月"
>
</el-date-picker>
<div
style=
"margin-top:10px;"
>
<el-date-picker
v-model=
"value"
style=
"width:100%"
type=
"month"
:clearable=
"false"
@
change=
"dateChange"
value-format=
"yyyy-MM"
placeholder=
"选择月"
>
</el-date-picker>
<div
style=
"margin-top:10px;"
>
<el-tag
v-for=
"(tag, index) in objOption.TimeList"
size=
"small"
style=
"margin:0 5px 5px 0;"
:key=
"tag"
@
close=
"params => tagClose(index)"
closable
type=
"success"
>
{{
tag
}}
...
...
@@ -21,7 +21,7 @@
</div>
<div
class=
"row wrap"
>
<div
class=
"col-12"
>
<q-input
filled
stack-label
maxlength=
"20"
:dense=
"false"
v-model=
"objOption.GoalMoney"
ref=
"GoalMoney2"
<q-input
filled
stack-label
maxlength=
"20"
:dense=
"false"
@
keyup
.
native=
"checkPrice(objOption,'GoalMoney')"
v-model=
"objOption.GoalMoney"
ref=
"GoalMoney2"
label=
"目标金额"
:rules=
"[val => !!val || '请填写目标金额']"
/>
</div>
</div>
...
...
src/components/work/todayData.vue
View file @
052cb04a
...
...
@@ -171,7 +171,7 @@
@
click=
"comType=2,searchData()"
:class=
"
{'ckedClass':comType==2}">课程顾问部统计
</div>
</div>
</div>
<
template
v-if
=
"comType==1"
>
<
div
v-show
=
"comType==1"
>
<div
class=
"Check_Map"
>
<div
class=
"check_Title"
>
今日实时数据
</div>
<div
class=
""
>
...
...
@@ -358,8 +358,8 @@
</div>
</div>
</div>
</
template
>
<
template
v-else
>
</
div
>
<
div
v-if=
"comType==2"
>
<div
class=
"Check_Map"
>
<div
class=
"check_Title"
>
今日实时数据
</div>
<div
class=
"Data_ListContent"
>
...
...
@@ -635,7 +635,7 @@
</div>
</div>
</div>
</
template
>
</
div
>
</div>
</
template
>
<
script
>
...
...
@@ -876,8 +876,7 @@
setTimeout
(()
=>
{
this
.
$refs
.
apex
.
updateOptions
(
this
.
chartOptions
)
this
.
$refs
.
apex
.
resetSeries
()
// this.$refs.apex.updateSeries(this.series)
this
.
$refs
.
apex
.
updateSeries
(
this
.
series
)
},
500
)
}
});
...
...
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