fix(Plans): 修复连战次数为0时应该是不选择
This commit is contained in:
@@ -431,7 +431,7 @@ const getSelectOptions = (columnKey: string, taskName: string) => {
|
||||
switch (taskName) {
|
||||
case '连战次数':
|
||||
return [
|
||||
{ label: '0', value: '0' },
|
||||
{ label: '不选择', value: '0' },
|
||||
{ label: '1', value: '1' },
|
||||
{ label: '2', value: '2' },
|
||||
{ label: '3', value: '3' },
|
||||
|
||||
Reference in New Issue
Block a user