管理后台用户国际化
continuous-integration/drone/push Build is passing Details

uat_us
DESKTOP-6C3NK6N\WXS 2024-08-12 14:39:02 +08:00
parent a84084a15f
commit 0189f6e989
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="" :range-separator="$t('baseForm:daterange:rangeSeparator')"
start-placeholder="开始时间" :start-placeholder="$t('baseForm:daterange:startPlaceholder')"
end-placeholder="结束时间" :end-placeholder="$t('baseForm:daterange:startendPlaceholder')"
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 }"