Răsfoiți Sursa

add prev_executors_id

visuddhinanda 10 luni în urmă
părinte
comite
edb21f7375
1 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 4 0
      dashboard-v4/dashboard/src/components/task/Filter.tsx

+ 4 - 0
dashboard-v4/dashboard/src/components/task/Filter.tsx

@@ -40,6 +40,10 @@ const FilterItem = ({ item, sn, onRemove }: IProps) => {
             value: "participants_id",
             label: intl.formatMessage({ id: "labels.participants" }),
           },
+          {
+            value: "prev_executors_id",
+            label: intl.formatMessage({ id: "labels.task.prev.executors" }),
+          },
         ]}
       />
       <ProFormSelect