🐞 fix: 对比分析改为分月选择器
This commit is contained in:
parent
9f411c3b0c
commit
33b459531d
|
@ -11,7 +11,7 @@
|
||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
v-model="dateTimeRange"
|
v-model="dateTimeRange"
|
||||||
type="daterange"
|
type="monthrange"
|
||||||
format="yyyy-MM"
|
format="yyyy-MM"
|
||||||
value-format="yyyy-MM"
|
value-format="yyyy-MM"
|
||||||
range-separator="至"
|
range-separator="至"
|
||||||
|
|
Loading…
Reference in New Issue