695593266@qq.com 2 luni în urmă
părinte
comite
8f59ccd2f0
1 a modificat fișierele cu 5 adăugiri și 4 ștergeri
  1. 5 4
      src/views/taskList/components/task-search.vue

+ 5 - 4
src/views/taskList/components/task-search.vue

@@ -19,13 +19,14 @@
         return [
           {
             label: '任务状态:',
-            value: 'disposalStatus',
+            value: 'status',
             type: 'select',
             placeholder: '请选择',
             planList: [
-              { label: '待接收', value: 0 },
-              { label: '执行中', value: 1 },
-              { label: '已完成', value: 3 }
+              { label: '进行中', value: 1 },
+              { label: '已完成', value: 5 }
+              // { label: '已转派', value: 2 },
+              // { label: '已取消', value: 3 }
             ]
           },
           {