forked from github/dataease
fix(数据集): 修复SQL参数设置时间格式错误
This commit is contained in:
parent
22a028baa3
commit
604b428f23
@ -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