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