fix: 隐藏多余状态

This commit is contained in:
JiangSheng
2025-10-15 15:23:09 +08:00
parent 9e4f2dada5
commit d285b2b455

View File

@@ -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') {