@@ -356,7 +367,7 @@ function switchBatch() {
任务审批
- 任务ID:{{ taskStore.getActiveId }}
+ 任务ID:{{ taskDetailInfo.fromtaskname }}
@@ -386,19 +397,32 @@ function switchBatch() {
{{ taskDetailInfo?.createusername }}
|
- {{ TASK_STATUS_OBJ[taskDetailInfo?.states] }} |
+
+
+ {{ TASK_STATUS_OBJ[taskDetailInfo?.userapprove?.statshis] }}
+
+ |
{{ taskDetailInfo?.ocrPicture?.createTime }} |
- {{ taskDetailInfo?.fromsourceid }} |
+ {{ taskDetailInfo?.pictureInfo?.source }} |
{{ totalCount }} |
+
+ 相似图片
+
-
+
{{ timeLabel || '时间模式' }}
@@ -500,6 +524,16 @@ function switchBatch() {
position: relative;
}
+.title{
+ font-size: 18px;
+ font-family: PingFang SC, PingFang SC-Medium;
+ font-weight: 500;
+ text-align: left;
+ color: #333333;
+ margin-top: 14px;
+ margin-bottom: 24px;
+}
+
.small-mark{
width: 100%;
height: 36px;
@@ -544,6 +578,29 @@ function switchBatch() {
}
}
+.status-tag{
+ display: inline-block;
+ padding: 0 12px;
+ height: 22px;
+ background: #ffc671;
+ border-radius: 12px;
+ align-items: center;
+ justify-content: center;
+ font-size: 13px;
+ font-family: PingFang SC, PingFang SC-Medium;
+ font-weight: 500;
+ text-align: left;
+ color: #ffffff;
+}
+
+.status-tag-green{
+ background: #53c21d;
+}
+
+.status-tag-red{
+ background: #e45656;
+}
+
.close {
position: absolute;
right: -90px;
@@ -610,11 +667,16 @@ function switchBatch() {
text-align: center;
font-weight: bold;
text-align: left;
+ font-size: 14px;
+ font-family: PingFang SC, PingFang SC-Medium;
+ font-weight: 500;
+ text-align: left;
+ color: #333333;
}
}
&-m32 {
- margin-left: 32px;
+ margin-left: 19px;
}
&-content {