mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
Merge pull request #10204 from dataease/pr@dev-v2_st
fix(数据集): 修复SQL参数设置时间格式错误
This commit is contained in:
commit
d5931e50a5
@ -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%;
|
||||
|
@ -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')"
|
||||
/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user