修复task.sh执行语法

This commit is contained in:
hanhh
2021-08-22 18:21:31 +08:00
parent 1d4fec3979
commit 8b8359b08f
2 changed files with 12 additions and 7 deletions
+6 -1
View File
@@ -1,5 +1,5 @@
import React, { useEffect, useState } from 'react';
import { Modal, message, Input, Form, Statistic } from 'antd';
import { Modal, message, Input, Form, Statistic, Button } from 'antd';
import { request } from '@/utils/http';
import config from '@/utils/config';
import {
@@ -118,6 +118,11 @@ const CronLogModal = ({
forceRender
onOk={() => cancel()}
onCancel={() => cancel()}
footer={[
<Button type="primary" onClick={() => cancel()}>
</Button>,
]}
>
{!loading && value && (
<pre