fix: base period_dict错误修改
This commit is contained in:
parent
309907f678
commit
b2b2cf70bc
|
@ -646,7 +646,7 @@ class MyScheduleViewSet(ListModelMixin, CreateModelMixin, DestroyModelMixin, Cus
|
||||||
"hours": "小时",
|
"hours": "小时",
|
||||||
"minutes": "分钟",
|
"minutes": "分钟",
|
||||||
"seconds": "秒",
|
"seconds": "秒",
|
||||||
"microseconds": "毫秒"
|
"microseconds": "微秒"
|
||||||
}
|
}
|
||||||
|
|
||||||
def get_chinese_description(self, type: str = 'interval', data: dict = {}):
|
def get_chinese_description(self, type: str = 'interval', data: dict = {}):
|
||||||
|
|
Loading…
Reference in New Issue