This commit is contained in:
shijing 2021-12-17 16:05:39 +08:00
parent 88d2e747d9
commit 3ca92c4423
1 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,16 @@
<template>
<div>
<el-row style="position: absolute;z-index: 20000;top: 0;right: 0;">
<el-date-picker
v-model="timeRange"
type="daterange"
start-placeholder="计划开始日期"
end-placeholder="计划结束日期"
format="yyyy 年 MM 月 dd 日"
value-format="yyyy-MM-dd"
>
</el-date-picker>
</el-row>
<div class="chart" ref="chart">
<div class="left" :style="{ width: rightLineX + 'px' }">
<leftMenu
@ -288,6 +299,7 @@
},
data() {
return {
timeRange:[],
disable: true,
//当前项是否是子集
isChildren: false,