#
luxiaotao1123
2024-09-20 0ee731fffd88cc23d26b65c6a5303596ae021911
#
3个文件已修改
7 ■■■■ 已修改文件
zy-acs-flow/src/config/setting.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/agv/AgvCard.jsx 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/agv/AgvList.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/config/setting.js
@@ -33,4 +33,4 @@
export const EDIT_MODE = 'pessimistic'; // pessimistic | undoable
export const LOGIN_BACKGROUND = 'image';  // image | media
export const LOGIN_BACKGROUND = 'media';  // image | media
zy-acs-flow/src/page/agv/AgvCard.jsx
@@ -18,7 +18,6 @@
    const createPath = useCreatePath();
    const record = useRecordContext(props);
    if (!record) return null;
    console.log(record);
    return (
        <Link
            to={createPath({
zy-acs-flow/src/page/agv/AgvList.jsx
@@ -51,11 +51,7 @@
import { AgvListFilter } from "./AgvListFilter";
export const AgvGrid = () => {
    const { identity } = useGetIdentity();
    const [createDialog, setCreateDialog] = useState(false);
    if (!identity) return null;
    return (
        <>
            <ListBase perPage={50} sort={{ field: "uuid", order: "asc" }}>