|
|
@ -625,7 +625,7 @@ function getTimestamp() { |
|
|
<template> |
|
|
<template> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-drawer v-model="show" :with-header="false" direction="btt" :append-to-body="true" size="37%"> |
|
|
<el-drawer v-model="show" :with-header="false" direction="btt" :append-to-body="true" size="44%"> |
|
|
<nut-date-picker v-if="selectType == 'single'" v-model="value1" :three-dimensional="false" @confirm="confirm" |
|
|
<nut-date-picker v-if="selectType == 'single'" v-model="value1" :three-dimensional="false" @confirm="confirm" |
|
|
:min-date="min" @cancel="cancel" :type="type" :max-date="max" :formatter="formatter"></nut-date-picker> |
|
|
:min-date="min" @cancel="cancel" :type="type" :max-date="max" :formatter="formatter"></nut-date-picker> |
|
|
|
|
|
|
|
|
@ -635,13 +635,13 @@ function getTimestamp() { |
|
|
|
|
|
|
|
|
</el-drawer> |
|
|
</el-drawer> |
|
|
|
|
|
|
|
|
<el-drawer v-model="showStart" :with-header="false" direction="btt" size="37%"> |
|
|
<el-drawer v-model="showStart" :with-header="false" direction="btt" size="44%"> |
|
|
|
|
|
|
|
|
<nut-date-picker v-if="selectType == 'range'" v-model="startValue1" :three-dimensional="false" |
|
|
<nut-date-picker v-if="selectType == 'range'" v-model="startValue1" :three-dimensional="false" |
|
|
@confirm="confirmStart" :min-date="min" @cancel="cancelStart" :type="type" :max-date="max" |
|
|
@confirm="confirmStart" :min-date="min" @cancel="cancelStart" :type="type" :max-date="max" |
|
|
:formatter="formatter"></nut-date-picker> |
|
|
:formatter="formatter"></nut-date-picker> |
|
|
</el-drawer> |
|
|
</el-drawer> |
|
|
<el-drawer v-model="showEnd" :with-header="false" direction="btt" size="37%"> |
|
|
<el-drawer v-model="showEnd" :with-header="false" direction="btt" size="44%"> |
|
|
|
|
|
|
|
|
<nut-date-picker v-if="selectType == 'range'" v-model="endValue1" :three-dimensional="false" |
|
|
<nut-date-picker v-if="selectType == 'range'" v-model="endValue1" :three-dimensional="false" |
|
|
@confirm="confirmEnd" :min-date="min" @cancel="cancelEnd" :type="type" :max-date="max" |
|
|
@confirm="confirmEnd" :min-date="min" @cancel="cancelEnd" :type="type" :max-date="max" |
|
|
|