diff --git a/apps/system/views.py b/apps/system/views.py index 7a6c86d8..ed2b1517 100755 --- a/apps/system/views.py +++ b/apps/system/views.py @@ -697,7 +697,7 @@ class MyScheduleViewSet(ListModelMixin, CreateModelMixin, DestroyModelMixin, Cus "hours": "小时", "minutes": "分钟", "seconds": "秒", - "microseconds": "毫秒" + "microseconds": "微秒" } def get_chinese_description(self, type: str = 'interval', data: dict = {}):