fix(数据集): 修复SQL参数设置时间格式错误

This commit is contained in:
dataeaseShu 2024-06-12 10:48:53 +08:00
parent 22a028baa3
commit 604b428f23
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,6 @@
color-scheme: light dark;
font-synthesis: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;

View File

@ -790,6 +790,8 @@ const mousedownDrag = () => {
v-if="scope.row.type[0] === 'DATETIME-YEAR'"
v-model="scope.row.defaultValue"
type="year"
format="YYYY"
value-format="YYYY"
:placeholder="t('dataset.select_year')"
/>