Commit 052cb04a authored by zhengke's avatar zhengke

1

parent 427974ec
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
<template v-if="isShow==1"> <template v-if="isShow==1">
<div class="row wrap"> <div class="row wrap">
<div class="col-12"> <div class="col-12">
<el-date-picker v-model="value" style="width:100%" type="month" :clearable="false" @change="dateChange" <el-date-picker v-model="value" style="width:100%" type="month" :clearable="false" @change="dateChange"
value-format="yyyy-MM" placeholder="选择月"> value-format="yyyy-MM" placeholder="选择月">
</el-date-picker> </el-date-picker>
<div style="margin-top:10px;"> <div style="margin-top:10px;">
<el-tag v-for="(tag, index) in objOption.TimeList" size="small" style="margin:0 5px 5px 0;" :key="tag" <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"> @close="params => tagClose(index)" closable type="success">
{{tag}} {{tag}}
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
</div> </div>
<div class="row wrap"> <div class="row wrap">
<div class="col-12"> <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 || '请填写目标金额']" /> label="目标金额" :rules="[val => !!val || '请填写目标金额']" />
</div> </div>
</div> </div>
......
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
@click="comType=2,searchData()" :class="{'ckedClass':comType==2}">课程顾问部统计</div> @click="comType=2,searchData()" :class="{'ckedClass':comType==2}">课程顾问部统计</div>
</div> </div>
</div> </div>
<template v-if="comType==1"> <div v-show="comType==1">
<div class="Check_Map"> <div class="Check_Map">
<div class="check_Title">今日实时数据</div> <div class="check_Title">今日实时数据</div>
<div class=""> <div class="">
...@@ -358,8 +358,8 @@ ...@@ -358,8 +358,8 @@
</div> </div>
</div> </div>
</div> </div>
</template> </div>
<template v-else> <div v-if="comType==2">
<div class="Check_Map"> <div class="Check_Map">
<div class="check_Title">今日实时数据</div> <div class="check_Title">今日实时数据</div>
<div class="Data_ListContent"> <div class="Data_ListContent">
...@@ -635,7 +635,7 @@ ...@@ -635,7 +635,7 @@
</div> </div>
</div> </div>
</div> </div>
</template> </div>
</div> </div>
</template> </template>
<script> <script>
...@@ -876,8 +876,7 @@ ...@@ -876,8 +876,7 @@
setTimeout(() => { setTimeout(() => {
this.$refs.apex.updateOptions(this.chartOptions) this.$refs.apex.updateOptions(this.chartOptions)
this.$refs.apex.resetSeries() this.$refs.apex.updateSeries(this.series)
// this.$refs.apex.updateSeries(this.series)
}, 500) }, 500)
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment