diff --git a/components/calendarPicker.vue b/components/calendarPicker.vue new file mode 100644 index 0000000..da4a2f7 --- /dev/null +++ b/components/calendarPicker.vue @@ -0,0 +1,52 @@ + + + diff --git a/components/modal/createModelData.vue b/components/modal/createModelData.vue index 93f601e..b82f7f9 100644 --- a/components/modal/createModelData.vue +++ b/components/modal/createModelData.vue @@ -22,6 +22,7 @@ max: undefined, min: undefined, name: sch.name, + range: undefined, type: sch.type, option: '', immutable: sch.name === 'id' @@ -47,7 +48,7 @@ // float: 'Float', number: 'Number', string: 'String', - // timestamp: 'Timestamp', + timestamp: 'Timestamp', uuid: 'UUID' }; @@ -103,7 +104,7 @@ /> -
+
+ + +
+ +