tijiao
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="tab_post">
|
||||
<div class="tab_post" >
|
||||
|
||||
|
||||
|
||||
@@ -97,7 +97,7 @@
|
||||
<!-- 文章正文 -->
|
||||
|
||||
<!-- 参考文献 -->
|
||||
<div :ref="tabsList[0].refName" class="scroll-item">
|
||||
<div :ref="tabsList[0].refName" class="scroll-item" >
|
||||
<div class="bor_style_onli">
|
||||
<h4>{{ tabsList[0].name }}</h4>
|
||||
<div class="liter_ture" v-if="0 == 2">
|
||||
@@ -404,7 +404,8 @@ import { quillEditor } from 'vue-quill-editor';
|
||||
import { Loading } from 'element-ui';
|
||||
import timetalk from './time_talk';
|
||||
export default {
|
||||
data() {
|
||||
props:['type'],
|
||||
data() {
|
||||
return {
|
||||
feeStatus: null,
|
||||
isShowCommit: false,
|
||||
|
||||
2780
src/components/page/PreIngestedEditorProduce.vue
Normal file
2780
src/components/page/PreIngestedEditorProduce.vue
Normal file
File diff suppressed because it is too large
Load Diff
@@ -420,11 +420,13 @@
|
||||
|
||||
<!-- 参考文献 -->
|
||||
<div :ref="tabsList[3].refName" class="scroll-item">
|
||||
<div class="bor_style_onli">
|
||||
|
||||
<div class="bor_style_onli">
|
||||
<h4>{{tabsList[3].name}}</h4>
|
||||
<div class="liter_ture">
|
||||
<PreIngestedEditorProduce type="produce" v-if="detailMes.article_id&&p_article_id" :article_id="detailMes.article_id" :p_article_id="p_article_id"></PreIngestedEditorProduce>
|
||||
<!--<div class="liter_ture">
|
||||
<div class="chanSelLef">
|
||||
<!-- 1 -->
|
||||
|
||||
<div :class="showB_step ==1?'C_style':''">
|
||||
<h3><span>1</span>Check References and Doi</h3>
|
||||
<div v-if="showB_step ==1">
|
||||
@@ -454,7 +456,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 2 -->
|
||||
|
||||
<div :class="showB_step ==2?'C_style':''">
|
||||
<h3><span>2</span>Check Standard</h3>
|
||||
<div v-if="showB_step ==2">
|
||||
@@ -532,8 +534,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<br clear="both">
|
||||
<!-- <p v-if="this.chanFerForm==''" style="text-align: center;color: #999;margin-top: 50px;">No references</p> -->
|
||||
<!-- 进度条 -->
|
||||
|
||||
<div v-if="refProcess==1" class="RefProBar">
|
||||
<div>
|
||||
<el-progress :text-inside="true" :stroke-width="24" :percentage="refReal"
|
||||
@@ -544,7 +545,7 @@
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -828,12 +829,15 @@
|
||||
import 'quill/dist/quill.core.css';
|
||||
import 'quill/dist/quill.snow.css';
|
||||
import 'quill/dist/quill.bubble.css';
|
||||
|
||||
import {
|
||||
quillEditor
|
||||
} from 'vue-quill-editor';
|
||||
import {
|
||||
Loading
|
||||
} from 'element-ui';
|
||||
import PreIngestedEditorProduce from './PreIngestedEditorProduce.vue'
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
@@ -2738,7 +2742,7 @@
|
||||
},
|
||||
},
|
||||
components: {
|
||||
quillEditor
|
||||
quillEditor,PreIngestedEditorProduce
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user