@@ -774,17 +759,25 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') {
:style="
isFullScreen
? {
- height: '596px',
- }
+ height: '596px',
+ }
: {}
"
>
-
+
-
+ />
+ />
+ />
@@ -913,11 +904,12 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') {
class="icon-status"
src="@/assets/images/task/similarity.png"
alt=""
- >
+ />
- {{ totalCount }}张
+ {{ totalCount }}张
相似匹配
@@ -947,8 +939,8 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') {
{{
taskDetailInfo?.ocrPicture?.submitDateTimestamp
? formatToDateHMS(
- Number(taskDetailInfo.ocrPicture.submitDateTimestamp),
- )
+ Number(taskDetailInfo.ocrPicture.submitDateTimestamp)
+ )
: "-"
}}
@@ -968,11 +960,11 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') {
:style="
isFullScreen
? {
- flex:'0.25',
- borderLeft: '2px solid #507AFD',
- position: 'relative',
- borderRadius:0
- }
+ flex: '0.25',
+ borderLeft: '2px solid #507AFD',
+ position: 'relative',
+ borderRadius: 0,
+ }
: {}
"
>
@@ -1037,13 +1029,13 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') {
class="tag-status"
src="@/assets/images/task/tag-pass.png"
alt=""
- >
+ />

+ />
-
+
{{ taskDetailInfo.fromtaskname }}
@@ -1093,8 +1087,8 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') {
@@ -1114,11 +1108,15 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') {
-
-
+
+
@@ -1201,7 +1204,8 @@ function sortHandler(orderby: 'similarityScore' | 'createdate') {
color: #333333;
font-family: PingFang SC, PingFang SC-Medium;
"
- >相似图片({{ totalCount }})
+ >相似图片({{ totalCount }})
+ />

+ />
-->
import { ref, watch } from "vue";
-import * as XLSX from 'xlsx';
+import * as XLSX from "xlsx";
defineProps({
data: {
@@ -12,13 +12,13 @@ defineProps({
default: () => [[]],
},
});
-const emit = defineEmits(["showModal","getrowValue"]);
+const emit = defineEmits(["showModal", "getrowValue"]);
function showActionsModal() {
emit("showModal");
}
-function getrowvalue(row){
- emit("getrowValue",row);
+function getrowvalue(row) {
+ emit("getrowValue", row);
}
@@ -37,13 +37,27 @@ function getrowvalue(row){
{{ item[0].label }}
|
-
+ |
+
+
{{ item[0].value }}
|
{{ item[1].label }}
|
-
+ |
+
+
+
{{ item[1].value }}
|