Compare commits

..

No commits in common. "cb032485e1109506bc35446fb75f0f7dd916b625" and "4b771a9d7051e8b7d41874fc73e57ed90a48c4ee" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -120,9 +120,9 @@
v-if="item.type === 'Daterange'"
v-model="searchData[item.prop]"
type="datetimerange"
:range-separator="$t('baseForm:daterange:rangeSeparator')"
:start-placeholder="$t('baseForm:daterange:startPlaceholder')"
:end-placeholder="$t('baseForm:daterange:startendPlaceholder')"
range-separator=""
start-placeholder="开始时间"
end-placeholder="结束时间"
value-format="yyyy-MM-dd HH:mm:ss"
format="yyyy-MM-dd HH:mm:ss"
:style="{ width: item.width }"