#
luxiaotao1123
2024-09-10 46a8fd8eb6a5f2518c56a097a6cf3c338cffa90c
#
2个文件已修改
4 ■■■ 已修改文件
zy-acs-flow/src/page/operationRecord/OperationDetail.jsx 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/operationRecord/OperationDetail.jsx
@@ -11,8 +11,7 @@
import { format } from 'date-fns';
const OperationDetail = (props) => {
    const { operation, setDrawerVal, ...rest } = props;
    console.log(operation);
    const { operation, ...rest } = props;
    return (
        <>
zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx
@@ -168,7 +168,6 @@
            >
                <OperationDetail
                    operation={drawerVal}
                    setDrawerVal={setDrawerVal}
                />
            </PageDrawer>
        </Box>