#
luxiaotao1123
2024-09-10 55fdf0e6db7f7e3e783d190cd8d135ca32e5de03
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 (
        <>