#
luxiaotao1123
2025-04-21 ddbad90f5d027a8abd6e5383ad37b2896ec074a9
#
1个文件已修改
2 ■■■ 已修改文件
zy-acs-flow/src/page/segment/SegmentList.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/segment/SegmentList.jsx
@@ -260,7 +260,7 @@
                                    <DateField source="createTime" label="common.field.createTime" showTime />
                                    <BooleanField source="statusBool" label="common.field.status" sortable={false} />
                                    <TextField source="memo" label="common.field.memo" sortable={false} />
                                    {filterValues.state === 'RUNNING' && (
                                    {(filterValues.state === 'WAITING' || filterValues.state === 'RUNNING') && (
                                        <FunctionField label="common.field.opt" cellClassName="opt" render={record => (
                                            <>
                                                <ConfirmButton