This commit is contained in:
2025-01-15 10:00:19 +08:00
2 changed files with 145 additions and 154 deletions

View File

@@ -410,6 +410,10 @@
<el-table-column type="index" align="center" width="50"> </el-table-column>
<el-table-column label="CONTENT" align="center">
<template slot-scope="scope">
<p class="wrongLine" style="text-align: left" v-if="scope.row.author == ''">
{{ scope.row.refer_frag }}
</p>
<div v-else>
<div style="text-align: left" v-if="scope.row.refer_type == 'journal'">
<p>
{{ scope.row.author }},{{ scope.row.title }}, <em>{{ scope.row.joura }}</em> ,{{
@@ -422,9 +426,7 @@
<p>{{ scope.row.author }},{{ scope.row.title }},{{ scope.row.dateno }}<br /></p>
<a class="doiLink" :href="scope.row.isbn" target="_blank">{{ scope.row.isbn }}</a>
</div>
<p class="wrongLine" style="text-align: left" v-if="scope.row.refer_type == 'other'">
{{ scope.row.refer_frag }}
</p>
</div>
</template>
</el-table-column>
</el-table>

View File

@@ -1,7 +1,4 @@
<template>
<!-- Html排版 -->
<el-dialog title="HTML layout" :visible.sync="HtmlVisible" width="900px" :close-on-click-modal="false" @close="CancelHtml">
<div style="margin: 0 0 0 10px" class="htmlfile">
@@ -42,12 +39,7 @@
<template slot="title">
Html Layout :
<span style="margin-left: 15px; color: #666" v-if="mains == ''">No Layout</span>
<el-button
type="primary"
@click="htmlLayout2('creat')"
style="margin-left: 20px"
class="import"
v-if="mains == ''"
<el-button type="primary" @click="htmlLayout2('creat')" style="margin-left: 20px" class="import" v-if="mains == ''"
>Create Html Proofread</el-button
>
<span style="margin-left: 15px; color: #0b4b6a" v-if="mains != ''">Typesetting completed</span>
@@ -182,6 +174,10 @@
<el-table-column type="index" align="center" width="50"> </el-table-column>
<el-table-column label="CONTENT" align="center">
<template slot-scope="scope">
<p class="wrongLine" style="text-align: left" v-if="scope.row.author == ''">
{{ scope.row.refer_frag }}
</p>
<div v-else>
<div style="text-align: left" v-if="scope.row.refer_type == 'journal'">
<p>
{{ scope.row.author }},{{ scope.row.title }}, <em>{{ scope.row.joura }}</em> ,{{
@@ -194,9 +190,7 @@
<p>{{ scope.row.author }},{{ scope.row.title }},{{ scope.row.dateno }}<br /></p>
<a class="doiLink" :href="scope.row.isbn" target="_blank">{{ scope.row.isbn }}</a>
</div>
<p class="wrongLine" style="text-align: left" v-if="scope.row.refer_type == 'other'">
{{ scope.row.refer_frag }}
</p>
</div>
</template>
</el-table-column>
</el-table>
@@ -208,7 +202,6 @@
<el-button @click="CancelHtml" plain>Cancel</el-button>
</span>
</el-dialog>
</template>
<script>
@@ -328,12 +321,8 @@ export default {
newMains: []
};
},
created() {
},
computed: {
},
created() {},
computed: {},
methods: {
//跳转婴用列表
goCite(row) {
@@ -921,7 +910,7 @@ export default {
},
// 文章html弹出层
async htmlContet(e) {
console.log('e at line 923:', e)
console.log('e at line 923:', e);
this.articleId = e.article_id;
this.tg_article_id = e.tg_article_id;
// this.articleId = '3444';