dev-tmp1
luotaiqian 2026-08-21 10:44:04 +08:00
parent a9a4f90cb9
commit f258d6676a
1 changed files with 8 additions and 16 deletions

View File

@ -11,7 +11,7 @@ import {
Table,
message,
} from "antd";
import { ArrowLeftOutlined, PlusOutlined } from "@ant-design/icons";
import { PlusOutlined } from "@ant-design/icons";
import PageLayout from "@cqsjjb/jjb-react-admin-component/PageLayout";
import TableAction from "@cqsjjb/jjb-react-admin-component/TableAction";
import ControlWrapper from "@cqsjjb/jjb-react-admin-component/ControlWrapper";
@ -160,21 +160,13 @@ function PaperQuestionPage(props) {
<PageLayout
title={`试卷试题管理${paperName ? ` - ${paperName}` : ""}`}
extra={
<>
<Button
icon={<ArrowLeftOutlined />}
onClick={() => props.history.push("../List")}
>
返回
</Button>
<Button
type="primary"
icon={<PlusOutlined />}
onClick={() => setAddOpen(true)}
>
新增试题
</Button>
</>
<Button
type="primary"
icon={<PlusOutlined />}
onClick={() => setAddOpen(true)}
>
新增试题
</Button>
}
>
<SearchForm