Browse Source

fix:[HandleFormItem]优化

ouqian
ZHANGTENG\张腾 1 month ago
parent
commit
6f7c587fd8
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/components/Template/HandleFormItem.vue

+ 1
- 0
src/components/Template/HandleFormItem.vue View File

@ -82,6 +82,7 @@
type="datetimerange" type="datetimerange"
range-separator="至" range-separator="至"
:class="getFillTypeStyle() + (orangeBg ? ' orange-bg' : '')" :class="getFillTypeStyle() + (orangeBg ? ' orange-bg' : '')"
:disabled="getDisabled()"
:picker-options="pickerOptions" :picker-options="pickerOptions"
@change="(val) => onDateChange(val, 'yyyy/MM/DD HH:mm:ss')" @change="(val) => onDateChange(val, 'yyyy/MM/DD HH:mm:ss')"
start-placeholder="开始日期" start-placeholder="开始日期"

Loading…
Cancel
Save