Commit 50890401 authored by 沈翠玲's avatar 沈翠玲

可以编辑列的计划开始时间都在原时间上扣减了12小时

parent 2ba9ee80
...@@ -192,8 +192,8 @@ ...@@ -192,8 +192,8 @@
v-model="scope.row.scheduleStartDate" v-model="scope.row.scheduleStartDate"
type="datetime" type="datetime"
style="width: 100%;" style="width: 100%;"
value-format="yyyy-MM-dd hh:mm:ss" value-format="yyyy-MM-dd HH:mm:ss"
format="yyyy-MM-dd hh:mm:ss" format="yyyy-MM-dd HH:mm:ss"
placeholder="请选择计划开始时间" placeholder="请选择计划开始时间"
@blur="submitForm(scope.row)" @blur="submitForm(scope.row)"
> >
...@@ -215,8 +215,8 @@ ...@@ -215,8 +215,8 @@
v-model="scope.row.scheduleEndDate" v-model="scope.row.scheduleEndDate"
type="datetime" type="datetime"
style="width: 100%;" style="width: 100%;"
value-format="yyyy-MM-dd hh:mm:ss" value-format="yyyy-MM-dd HH:mm:ss"
format="yyyy-MM-dd hh:mm:ss" format="yyyy-MM-dd HH:mm:ss"
placeholder="请选择计划结束时间" placeholder="请选择计划结束时间"
@blur="submitForm(scope.row)" @blur="submitForm(scope.row)"
> >
...@@ -339,8 +339,8 @@ ...@@ -339,8 +339,8 @@
<el-date-picker <el-date-picker
v-model="form.scheduleStartDate" v-model="form.scheduleStartDate"
type="datetime" type="datetime"
value-format="yyyy-MM-dd hh:mm:ss" value-format="yyyy-MM-dd HH:mm:ss"
format="yyyy-MM-dd hh:mm:ss" format="yyyy-MM-dd HH:mm:ss"
placeholder="请选择计划开始时间" placeholder="请选择计划开始时间"
> >
</el-date-picker> </el-date-picker>
...@@ -351,8 +351,8 @@ ...@@ -351,8 +351,8 @@
<el-date-picker <el-date-picker
v-model="form.scheduleEndDate" v-model="form.scheduleEndDate"
type="datetime" type="datetime"
value-format="yyyy-MM-dd hh:mm:ss" value-format="yyyy-MM-dd HH:mm:ss"
format="yyyy-MM-dd hh:mm:ss" format="yyyy-MM-dd HH:mm:ss"
placeholder="请选择计划结束时间" placeholder="请选择计划结束时间"
> >
</el-date-picker> </el-date-picker>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment