|
@@ -6,8 +6,12 @@ import apiObj from '@api/index';
|
|
import { getCookie,setCookie } from '@utils/index';
|
|
import { getCookie,setCookie } from '@utils/index';
|
|
import './index.less'
|
|
import './index.less'
|
|
import {Modal} from "antd/lib/index";
|
|
import {Modal} from "antd/lib/index";
|
|
|
|
+import {
|
|
|
|
+ LinkOutlined
|
|
|
|
+} from '@ant-design/icons';
|
|
const { post, api } = apiObj;
|
|
const { post, api } = apiObj;
|
|
|
|
|
|
|
|
+
|
|
function AddDiag({formData,matchChange,visible,cancel,onOk,title,termSType,termType,flag}) {
|
|
function AddDiag({formData,matchChange,visible,cancel,onOk,title,termSType,termType,flag}) {
|
|
const [form] = Form.useForm();
|
|
const [form] = Form.useForm();
|
|
const { Option } = Select;
|
|
const { Option } = Select;
|
|
@@ -116,6 +120,7 @@ function AddDiag({formData,matchChange,visible,cancel,onOk,title,termSType,termT
|
|
onCancel={saveCancel}
|
|
onCancel={saveCancel}
|
|
forceRender={true}
|
|
forceRender={true}
|
|
initialValues={formData}
|
|
initialValues={formData}
|
|
|
|
+ maskClosable={false}
|
|
>
|
|
>
|
|
<Form
|
|
<Form
|
|
labelCol={{ span: 7 }}
|
|
labelCol={{ span: 7 }}
|
|
@@ -142,6 +147,10 @@ function AddDiag({formData,matchChange,visible,cancel,onOk,title,termSType,termT
|
|
</Form.Item>
|
|
</Form.Item>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div className="info-p">
|
|
|
|
+ <LinkOutlined />
|
|
|
|
+ <p>相互关联</p>
|
|
|
|
+ </div>
|
|
<div className="lt-info info-box">
|
|
<div className="lt-info info-box">
|
|
<p className='title'>标准术语</p>
|
|
<p className='title'>标准术语</p>
|
|
<div className="item-box">
|
|
<div className="item-box">
|