mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-10 03:16:49 +08:00
feat:知识库新增
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
<div class='components'>
|
||||
<step-preprocessing v-if='active===0' @getForm='getForm'></step-preprocessing>
|
||||
<split-config v-if='active===1'></split-config>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -30,6 +31,8 @@
|
||||
</template>
|
||||
<script>
|
||||
import StepPreprocessing from './components/preprocessing.vue'
|
||||
import SplitConfig from "@/views/knowledge/detail/components/SplitConfig.vue";
|
||||
// import StepC
|
||||
export default {
|
||||
name: 'create',
|
||||
data() {
|
||||
@@ -40,6 +43,7 @@ export default {
|
||||
props: {},
|
||||
watch: {},
|
||||
components: {
|
||||
SplitConfig,
|
||||
StepPreprocessing
|
||||
},
|
||||
filters: {},
|
||||
|
||||
Reference in New Issue
Block a user