mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-30 10:10:16 +00:00
5 lines
295 B
Plaintext
5 lines
295 B
Plaintext
<el-form-item :label="t('{LCASE_COLUMN_NAME}')" prop="{COLUMN_NAME}">
|
|
<el-date-picker v-model="{LCASE_CLASS_NAME}Table.searchParam.{COLUMN_NAME}" type="datetimerange" format="YYYY-MM-DD hh:mm:ss"
|
|
:start-placeholder="t('startDate')" :end-placeholder="t('endDate')" />
|
|
</el-form-item>
|