|
@@ -12,7 +12,7 @@ import {
|
|
|
ProFormSelect, ProFormTextArea
|
|
|
} from "@ant-design/pro-components";
|
|
|
import {AtomicIndexForm} from "./AtomicIndexForm";
|
|
|
-import {FORM_TYPE, INDEX_TYPE, INVOKE_TYPE, PERSISTENCE_WAY, SENSITIVE, TIME_MODE} from "../constants";
|
|
|
+import {FORM_TYPE, INDEX_TYPE, INVOKE_TYPE, PERSISTENCE_WAY, SENSITIVE, TIME_MODE, CONFIRM_STATUS} from "../constants";
|
|
|
import {DerivedIndexForm} from "./DerivedIndexForm";
|
|
|
import {CompositeIndexForm} from "./CompositeIndexForm";
|
|
|
import {useAppDispatch, useAppSelector} from "../../../../redux/configureStore";
|
|
@@ -295,6 +295,12 @@ const component = forwardRef(({
|
|
|
options={PERSISTENCE_WAY}
|
|
|
rules={[{ required: true }]}
|
|
|
/>
|
|
|
+ <ProFormRadio.Group
|
|
|
+ name="syncToBI"
|
|
|
+ label={t("formItem.syncToBI")}
|
|
|
+ options={CONFIRM_STATUS}
|
|
|
+ rules={[{ required: true }]}
|
|
|
+ />
|
|
|
</>
|
|
|
}
|
|
|
</ProFormDependency>
|