@@ -103,8 +131,9 @@
[{{ scoreDetail?.industryLabel.join(',') }}]
置信度:[{{ scoreDetail?.industryConfidence.join(',') }}]
- 分类评分:[{{
- scoreDetail?.industryScore.join(',') }}]
+ 分类评分:[{{ scoreDetail?.industryScore.join(',') }}]
@@ -114,8 +143,9 @@
[{{ scoreDetail?.conceptLabel.join(',') }}]
置信度:[{{ scoreDetail?.conceptConfidence.join(',') }}]
- 概念评分:[{{
- scoreDetail?.conceptScore.join(',') }}]
+ 概念评分:[{{ scoreDetail?.conceptScore.join(',') }}]
@@ -125,20 +155,21 @@
媒体影响力
- 评分:{{
- scoreDetail?.sourceImpact
- }}
+ 评分:{{ scoreDetail?.sourceImpact }}
中国股市相关性
- 置信度:{{
- scoreDetail?.chinaFactor
- }}
+ 置信度:{{ scoreDetail?.chinaFactor }}
资讯质量
- 评分:{{
- scoreDetail?.publicOpinionScore }}
+ 评分:{{ scoreDetail?.publicOpinionScore }}
*计算规则
@@ -146,9 +177,7 @@
资讯评分
- {{
- scoreDetail?.newsScore
- }}
+ {{ scoreDetail?.newsScore }}
@@ -224,7 +253,7 @@ async function doDeleteNewsFn(item) {
getData();
}
})
- .catch(() => { });
+ .catch(() => {});
}
function handleSearch() {
@@ -307,7 +336,7 @@ async function doNewsPublishFn(item, status) {
getData();
}
})
- .catch(() => { });
+ .catch(() => {});
}
/**
@@ -331,7 +360,7 @@ async function copyUrl(res) {
//返回的就是复制的内容,可以在返回前面对数据进行增强等...
// http://192.168.31.5:8881/#/pages/detail/index?id=0&needPay=0&type=article
ElMessage.success('复制成功');
- return import.meta.env.VITE_API_URL_H5 + '/#/pages/detail/index?id=' + res.id + '&needPay=0';
+ return import.meta.env.VITE_API_URL_H5 + '/#/pages/realtimeInfo/pc/indexPC?id=' + res.id + '&type=2';
},
});
clipboardBean.on('success', function (e) {
@@ -437,7 +466,7 @@ async function getScoreDetail(id: any) {
}
}
-const tableRef = ref()
+const tableRef = ref();
function restData() {
form.value.title = null;
form.value.content = null;
@@ -445,8 +474,8 @@ function restData() {
form.value.minScore = null;
form.value.maxScore = null;
daterange.value = null;
- form.value.orderBy = "inputDate"
- form.value.direction = "desc"
+ form.value.orderBy = 'inputDate';
+ form.value.direction = 'desc';
tableRef.value.clearSort();
@@ -552,8 +581,6 @@ onMounted(async () => {
flex-direction: column;
}
-
-
.score-active {
cursor: pointer;
font-weight: 700;
diff --git a/src/views/pages/richedit/all.vue b/src/views/pages/richedit/all.vue
index d46199a..5b3f701 100644
--- a/src/views/pages/richedit/all.vue
+++ b/src/views/pages/richedit/all.vue
@@ -8,8 +8,13 @@