Merge branch 'develop' of https://e.coding.net/ctcdevteam/hberp/hberp into develop
This commit is contained in:
commit
0827f5de77
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue