跨域搜索
This commit is contained in:
parent
b77fc2276c
commit
a63fab4c0b
@ -37,19 +37,15 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
// import Template from "../../../activiti/index.vue";
|
|
||||||
import ViewList from "../search/view.vue"
|
import ViewList from "../search/view.vue"
|
||||||
import {computed, defineProps } from "vue";
|
import {computed, defineProps } from "vue";
|
||||||
import { useRouter } from 'vue-router';
|
|
||||||
|
|
||||||
defineOptions({name:'AbstractItem'})
|
defineOptions({name:'AbstractItem'})
|
||||||
// const router = useRouter();
|
|
||||||
const emit = defineEmits(['open-collect'])
|
const emit = defineEmits(['open-collect'])
|
||||||
const outerVisible = ref(false)
|
const outerVisible = ref(false)
|
||||||
const viewLs = ref<Object>({})
|
const viewLs = ref<Object>({})
|
||||||
const disViw = ref(false)
|
const disViw = ref(false)
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
// abstract: SearchVO,
|
|
||||||
abstract: object,
|
abstract: object,
|
||||||
searchSimilar: {
|
searchSimilar: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
<input style=" height: 40px; width: 80%" :readOnly="true" v-model="infoList.summary"/>
|
<input style=" height: 40px; width: 80%" :readOnly="true" v-model="infoList.summary"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="知识内容">
|
<el-form-item label="知识内容">
|
||||||
<!-- <editor style="width: 80%" :readOnly="true" v-model="infoList.mainContent"/>-->
|
|
||||||
<span style="width: 80%;border: 1px solid black;padding: 4px;display: inline-block;" v-html="infoList.mainContent" ></span>
|
<span style="width: 80%;border: 1px solid black;padding: 4px;display: inline-block;" v-html="infoList.mainContent" ></span>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
Loading…
Reference in New Issue
Block a user