Compare commits

..

No commits in common. "235d6bba3018069eeb418bd84967ccad48f2d3bc" and "a7fec485ab08dfe19e0608ba04509e35b1817a28" have entirely different histories.

View File

@ -178,6 +178,18 @@
:default-time="currentDate" :default-time="currentDate"
ref="datePicker" ref="datePicker"
> >
<span style="width: 78px">指定时间</span>
<el-date-picker
format="yyyy-MM-dd HH:mm:ss"
value-format="yyyy-MM-dd HH:mm:ss"
v-model="item.nodePlanTime"
type="datetime"
placeholder="选择日期时间"
:picker-options="pickerOptions"
@input="input(item, index)"
@focus="setCurrentTime(item, index)"
ref="datePicker"
>
</el-date-picker> </el-date-picker>
</el-radio> </el-radio>
</div> </div>