This commit is contained in:
@@ -50,11 +50,8 @@
|
||||
</v-flex>
|
||||
|
||||
<v-flex xs12 sm6 lg4 xl3 px-2>
|
||||
{{ obj.startDate }}
|
||||
{{ lc.timeZoneOffset }}
|
||||
<gz-date-time-picker
|
||||
label="Start"
|
||||
:dayjs="this.dayjsLib"
|
||||
label="Start"
|
||||
:locale="this.lc"
|
||||
v-model="obj.startDate"
|
||||
></gz-date-time-picker>
|
||||
@@ -94,7 +91,7 @@
|
||||
//import store from "../store";
|
||||
import locale from "../api/locale";
|
||||
import api from "../api/apiutil";
|
||||
import dayjs from "dayjs";
|
||||
//import dayjs from "dayjs";
|
||||
//import _ from "../utils/libs/lodash.js";
|
||||
export default {
|
||||
components: {},
|
||||
@@ -102,7 +99,7 @@ export default {
|
||||
return {
|
||||
obj: {},
|
||||
lc: locale,
|
||||
dayjsLib: dayjs,
|
||||
// dayjsLib: dayjs,
|
||||
theDate: new Date(),
|
||||
date: new Date().toISOString().substr(0, 10),
|
||||
menu: false,
|
||||
|
||||
Reference in New Issue
Block a user