Skip to content

Commit

Permalink
#673 作业列表支持非禁用状态过滤
Browse files Browse the repository at this point in the history
  • Loading branch information
gier.cai committed Feb 6, 2020
1 parent 6f25c90 commit c3bf577
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions saturn-console-web/src/utils/option.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,8 @@ export default {
}, {
value: 3,
label: '停止中',
}, {
value: 4,
label: '非禁用',
}],
};

0 comments on commit c3bf577

Please sign in to comment.