添加时间组件

This commit is contained in:
liaozetao
2024-02-23 15:02:58 +08:00
parent bc4c36bdc8
commit 52f4d6277c

View File

@@ -153,6 +153,10 @@ export default {
$(function () {
$('.datetime').datetimepicker({
format: 'yyyy-mm-dd hh:ii:00',
autoclose: true
});
// 拉取所有tab
getRoomTabs();