fix(数据集): 修复SQL参数设置时间格式错误
This commit is contained in:
parent
b43a6e6565
commit
0d0ddf6c70
@ -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%;
|
||||
|
||||
@ -785,6 +785,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