fix:抽参数到vux 统一管理

This commit is contained in:
zhangyu
2022-01-04 15:00:36 +08:00
parent f50db242d4
commit 87bc9aca55
4 changed files with 10 additions and 10 deletions

View File

@@ -39,8 +39,8 @@
<span class="datepicker-title">{{ $t("overall.startTime") }}</span>
<my-date-picker ref="calendar" v-model="editAlertSilence.startAt" :clearable="false" :placeholder="$t('dashboard.panel.startTime')"
align="right" class=" "
:value-format="timeFormatStrToDatePickFormat(alertSilenceTime)"
:format="timeFormatStrToDatePickFormat(alertSilenceTime)"
:value-format="timeFormatStrToDatePickFormat(timeFormatMain)"
:format="timeFormatStrToDatePickFormat(timeFormatMain)"
popper-class="panel-time-picker-popper right-box-select-top"
prefix-icon=" "
size="mini"
@@ -53,8 +53,8 @@
<span class="datepicker-title">{{ $t("overall.endTime") }}</span>
<my-date-picker ref="calendar" v-model="editAlertSilence.endAt" :clearable="false" :placeholder="$t('dashboard.panel.startTime')"
align="right" class=" "
:value-format="timeFormatStrToDatePickFormat(alertSilenceTime)"
:format="timeFormatStrToDatePickFormat(alertSilenceTime)"
:value-format="timeFormatStrToDatePickFormat(timeFormatMain)"
:format="timeFormatStrToDatePickFormat(timeFormatMain)"
popper-class="panel-time-picker-popper right-box-select-top"
prefix-icon=" "
size="mini"