From 63182747f71b49799c4e1e4f8df8d988a194b146 Mon Sep 17 00:00:00 2001
From: caicai8 <1149225589@qq.com>
Date: Fri, 13 Mar 2020 17:26:21 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8D=95=E8=AF=84=E8=AE=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
public/react/src/forge/Order/Detail.js | 18 ++++++++++++++++--
public/react/src/forge/Order/New.js | 16 ++++++++++++++++
2 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/public/react/src/forge/Order/Detail.js b/public/react/src/forge/Order/Detail.js
index 5d13b9e62..023644a69 100644
--- a/public/react/src/forge/Order/Detail.js
+++ b/public/react/src/forge/Order/Detail.js
@@ -7,7 +7,8 @@ import UploadComponent from '../Upload/Index';
import { getImageUrl } from 'educoder';
import {Modal, Col, Form, Input, Tooltip, Popconfirm, Pagination , Spin} from 'antd'
import NoneData from '../../modules/courses/coursesPublic/NoneData';
-import Attachments from '../Upload/attachment'
+import Attachments from '../Upload/attachment';
+import QuillForEditor from '../quillForEditor';
const TextArea = Input.TextArea;
@@ -441,7 +442,20 @@ class Detail extends Component{
required: true, message: '请输入内容'
}],
})(
-
+
)}
diff --git a/public/react/src/forge/Order/New.js b/public/react/src/forge/Order/New.js
index 63c8e8f01..64c1f48c5 100644
--- a/public/react/src/forge/Order/New.js
+++ b/public/react/src/forge/Order/New.js
@@ -12,6 +12,22 @@ import axios from 'axios';
const Option = Select.Option;
const TextArea = Input.TextArea;
+{/* */}
class New extends Component{
constructor(props){
super(props);