update: README.md

This commit is contained in:
raiots 2021-03-31 12:44:33 +08:00
parent 151fcaacb5
commit a6022a3865
2 changed files with 15 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Author [面壁的雨](https://raiot.me)
到时候会出一个文档的(或许
from 2020-7-13 to 2021-2-2
from 2020-7-13 to 2021-3-31
鬼知道为什么会用这么长时间
@ -18,3 +18,16 @@ from 2020-7-13 to 2021-2-2
#### 注意!
* 此版本仅为beta版本请勿在生产环境使用
### 介绍
这是一个由Django开发的任务分发系统
#### feature
* 员工可以看到自己负责的承办任务和协办任务
* 部门全年任务时间表
* 高定制度的后台管理页面
![image.png](https://images.raiot.me/images/2021/03/31/image.png)
![image439e7eab9ba979b0.png](https://images.raiot.me/images/2021/03/31/image439e7eab9ba979b0.png)

View File

@ -153,7 +153,7 @@ class TodoAdmin(ImportExportModelAdmin):
list_filter = ('deadline',)
list_display_links = ('todo_topic', 'deadline', )
date_hierarchy = 'deadline'
list_per_page = 5 # 目的是取消自动分页好像有bug
list_per_page = 70 # 目的是取消自动分页好像有bug
# raw_id_fields = ("sub_executor",)
search_fields = ('todo_topic',)
ordering = ('related_task', )