This commit is contained in:
2025-06-20 13:16:02 +08:00
parent 6443b450d3
commit 9bad8c3f99

View File

@@ -1,5 +1,5 @@
<template>
<div style="min-width: 1280px;" class="articleListEditorA">
<div style="min-width: 1280px" class="articleListEditorA">
<div class="handle-box">
<el-badge
:value="item.num"
@@ -8,7 +8,8 @@
:hidden="item.num == 0 || item.state == 3 || item.state == 5"
style="margin-right: 25px"
>
<el-button style="padding:7px 10px"
<el-button
style="padding: 7px 10px"
@click="
query.state = item.state;
getdate();
@@ -459,8 +460,8 @@
<font
v-if="finalCount(item) > 0 && finalCount(item) != 'NaN'"
style="font-size: 14px; font-weight: normal; color: #333"
>Comprehensive Score : </font
>
>Comprehensive Score :
</font>
<span v-if="finalCount(item) > 0 && finalCount(item) != 'NaN'">{{ finalCount(item) }}</span>
</p>
</div>
@@ -1389,7 +1390,6 @@
<p style="line-height: 20px; margin-top: 6px">{{ majorMes.email }}</p>
</el-form-item> -->
<el-form-item label="Research areas :">
<common-major-list
:disabled="majorMes.disabled"
:list="majorValueList"
@@ -1633,7 +1633,7 @@ export default {
})
.then((res) => {
if (this.majorMes.disabled) {
this.majorValueList = [...res.data].map((item)=>({...item,str:item.major_title}));
this.majorValueList = [...res.data].map((item) => ({ ...item, str: item.major_title }));
} else {
this.majorValueList = [...res.data].map((item) => ({
selectedValue: Array.isArray(item.shu)
@@ -2491,7 +2491,7 @@ export default {
// 修改标记
saveRemark() {
console.log('this.remark at line 2212:', this.remark);
var mergedText = this.remark.content
var mergedText = this.remark.content;
// .filter((item) => item.text && item.text.trim() !== '') // 过滤掉空或全空格项
// .map((item) => {
// const text = item.text.trim();