Merge pull request #10204 from dataease/pr@dev-v2_st

fix(数据集): 修复SQL参数设置时间格式错误
This commit is contained in:
dataeaseShu 2024-06-12 10:49:28 +08:00 committed by GitHub
commit d5931e50a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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')"
/>