修改页面样式
parent
c2b0e5c99f
commit
d67393eaa2
|
|
@ -147,6 +147,7 @@ function List(props) {
|
||||||
{(props.permission(props.exportPermissionKey || "inspection-qy-list-dc") && query.entrance !== "statistics") && (
|
{(props.permission(props.exportPermissionKey || "inspection-qy-list-dc") && query.entrance !== "statistics") && (
|
||||||
<Button
|
<Button
|
||||||
type="primary"
|
type="primary"
|
||||||
|
ghost
|
||||||
loading={loading}
|
loading={loading}
|
||||||
icon={<ExportIcon />}
|
icon={<ExportIcon />}
|
||||||
onClick={async () => {
|
onClick={async () => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue