This commit is contained in:
2019-03-06 17:23:39 +00:00
parent 85bd23ada2
commit ea7637a227
3 changed files with 17 additions and 14 deletions

View File

@@ -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,