-
+
任务审批
@@ -380,10 +382,10 @@ watch(() => taskStore.activeId, async (newValue, oldValue) => {
{{ taskDetailInfo?.createusername }}
|
- {{ taskDetailInfo?.states }} |
+ {{ TASK_STATUS_OBJ[taskDetailInfo?.states] }} |
{{ taskDetailInfo?.ocrPicture?.createTime }} |
{{ taskDetailInfo?.fromsourceid }} |
- {{ taskDetailInfo?.ocpictureid.split(',').length }} |
+ {{ totalCount }} |
@@ -407,7 +409,7 @@ watch(() => taskStore.activeId, async (newValue, oldValue) => {
-
+
批量审批
@@ -435,17 +437,33 @@ watch(() => taskStore.activeId, async (newValue, oldValue) => {
v-for="(item, index) in listData" :key="index" :data-id="item.id" :style="{ height: gridHeight }"
class="grid-item"
>
-
![]()
-
-
-
- 30%
+
+
![]()
+
+
+
+
+ {{ formatToDateHMS(Number(item.photoDateTimestamp) || 0) }}
+
+
+
+ {{ formatToDateHMS(Number(item.submitDateTimestamp) || 0) }}
+
+
+

+

+
+
+
+
+ {{ item.similarityScore }}%
@@ -464,6 +482,9 @@ watch(() => taskStore.activeId, async (newValue, oldValue) => {