forked from erp-dev/erp
fix: current_state has been changed to a computed property
This commit is contained in:
@@ -22,7 +22,6 @@ class BusinessObjectFilterSet(django_filters.FilterSet):
|
||||
process_name = django_filters.CharFilter(field_name='process__name', lookup_expr='icontains')
|
||||
overall_status = django_filters.ChoiceFilter(
|
||||
choices=[
|
||||
('not_started', '未开始'),
|
||||
('in_progress', '进行中'),
|
||||
('completed', '已完成')
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user