fix: 隐藏多余状态
This commit is contained in:
@@ -1889,14 +1889,14 @@ const getColumnsList: any = async (
|
||||
label: '完成',
|
||||
value: '2',
|
||||
},
|
||||
{
|
||||
label: '延期',
|
||||
value: '3',
|
||||
},
|
||||
{
|
||||
label: '终止',
|
||||
value: '4',
|
||||
},
|
||||
// {
|
||||
// label: '延期',
|
||||
// value: '3',
|
||||
// },
|
||||
// {
|
||||
// label: '终止',
|
||||
// value: '4',
|
||||
// },
|
||||
],
|
||||
formatOptions: (row: any, column: any, selectOptions: any) => {
|
||||
if (row[column.field] === '0') {
|
||||
|
||||
Reference in New Issue
Block a user