diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue index 697b41a..357c89d 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -1,103 +1,103 @@ @@ -343,24 +345,11 @@ function reloadList() {
任务ID:{{ taskDetailInfo.fromtaskname }} - - + +
-
+
批量审批 @@ -391,11 +380,7 @@ function reloadList() { -->
- +
@@ -405,9 +390,19 @@ function reloadList() { 返回 - + - +
@@ -447,44 +442,50 @@ function reloadList() {
- - + +
- +
- +
- + - {{ TASK_STATUS_OBJ[taskDetailInfo?.userapprove?.statshis] }} + {{ + TASK_STATUS_OBJ[taskDetailInfo?.userapprove?.statshis] + }} 审批状态 - + - {{ - totalCount - }} + {{ totalCount }} 相似匹配 @@ -492,11 +493,18 @@ function reloadList() {
- {{ formatToDateHMS(Number(taskDetailInfo.ocrPicture.photoDateTimestamp) || 0) }} + {{ + formatToDateHMS(Number(taskDetailInfo.ocrPicture.photoDateTimestamp) || 0) + }}
-
+
- {{ formatToDateHMS(Number(taskDetailInfo.ocrPicture.submitDateTimestamp) || 0) }} + {{ + formatToDateHMS(Number(taskDetailInfo.ocrPicture.submitDateTimestamp) || 0) + }}
@@ -520,16 +528,16 @@ function reloadList() { />
-
+
@@ -541,19 +549,36 @@ function reloadList() { />
- - + +
- {{ formatToDateHMS(Number(item.photoDateTimestamp) || 0) }} + {{ + formatToDateHMS(Number(item.photoDateTimestamp) || 0) + }}
- {{ formatToDateHMS(Number(item.submitDateTimestamp) || 0) }} + {{ + formatToDateHMS(Number(item.submitDateTimestamp) || 0) + }}
-
+
{{ item.similarityScore }}%
@@ -566,7 +591,11 @@ function reloadList() { - + @@ -576,12 +605,12 @@ function reloadList() { - + -
@@ -593,7 +622,7 @@ function reloadList() { color: #666666; } ::v-deep(.n-tabs-tab--active .n-tabs-tab__label) { - color: #507AFD; + color: #507afd; font-size: 16px; font-weight: 500; } @@ -612,49 +641,48 @@ function reloadList() { } } -.icon-wrap{ +.icon-wrap { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; - background: rgba(80,122,253,.1); + background: rgba(80, 122, 253, 0.1); border-radius: 8px; margin-left: 10px; cursor: pointer; } -.img-info{ - .icon-status{ +.img-info { + .icon-status { width: 32px; height: 32px; } - .label{ + .label { font-size: 11px; font-family: PingFang SC, PingFang SC-Medium; font-weight: 500; color: #ffffff; } - .value{ + .value { font-size: 15px; font-family: PingFang SC, PingFang SC-Semibold; font-weight: 600; color: #ffffff; } - .num{ + .num { font-size: 18px; font-family: PingFang SC, PingFang SC-Semibold; font-weight: 600; color: #ffffff; } - .unit{ + .unit { font-size: 11px; } - } .wrapper { display: flex; @@ -717,13 +745,13 @@ function reloadList() { display: flex; align-items: center; - .btn-approval{ + .btn-approval { width: 68px; height: 28px; cursor: pointer; } - .btn-left{ + .btn-left { margin-left: 16px; } } @@ -749,10 +777,15 @@ function reloadList() { border-radius: 8px; position: relative; - .big-mark{ + .big-mark { width: 100%; height: 151px; - background: linear-gradient(180deg,rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.00) 29%, rgba(3,0,0,0.73)); + background: linear-gradient( + 180deg, + rgba(0, 0, 0, 0) 0%, + rgba(0, 0, 0, 0) 29%, + rgba(3, 0, 0, 0.73) + ); position: absolute; left: 0; bottom: 0; @@ -806,7 +839,7 @@ function reloadList() { left: 16px; bottom: 16px; - .time-item{ + .time-item { display: flex; align-items: center; font-size: 14px; @@ -816,12 +849,12 @@ function reloadList() { margin-bottom: 4px; } - .time-item2{ + .time-item2 { margin-bottom: 0; } - .svg-time{ - margin-right: 5px + .svg-time { + margin-right: 5px; } } @@ -837,20 +870,20 @@ function reloadList() { justify-content: center; } - .check{ + .check { position: absolute; z-index: 3; left: 2%; top: 2%; } - .status{ + .status { position: absolute; z-index: 3; left: 0; top: 0; - .img-status{ + .img-status { width: 133px; height: 129px; } @@ -859,12 +892,12 @@ function reloadList() { .right { flex: 0.5; - background: #F6F9FD; + background: #f6f9fd; border-radius: 8px; margin-left: 20px; padding: 24px; - .right-card{ + .right-card { padding: 3px; } @@ -893,10 +926,14 @@ function reloadList() { // overflow: hidden; margin: 0px 16px 27px 0px; - .small-mark{ + .small-mark { width: 100%; height: 36px; - background: linear-gradient(180deg,rgba(0,0,0,0.01), rgba(0,0,0,0.44) 88%); + background: linear-gradient( + 180deg, + rgba(0, 0, 0, 0.01), + rgba(0, 0, 0, 0.44) 88% + ); border-radius: 0px 8px 8px 8px; position: absolute; left: 0; @@ -904,7 +941,7 @@ function reloadList() { z-index: 0; } - .tag-status{ + .tag-status { width: 46px; height: 22px; position: absolute; @@ -917,7 +954,7 @@ function reloadList() { z-index: 3; left: 3px; bottom: 3px; - .time-item{ + .time-item { display: flex; align-items: center; font-size: 10px; @@ -928,12 +965,12 @@ function reloadList() { line-height: 12px; } - .time-item2{ + .time-item2 { margin-bottom: 0; } - .svg-time{ - margin-right: 5px + .svg-time { + margin-right: 5px; } } @@ -973,12 +1010,12 @@ function reloadList() { font-size: 14px; } - .percent-unit{ + .percent-unit { font-size: 8px; - margin-top: 4px + margin-top: 4px; } - .percent-red{ + .percent-red { background: #ff4e4f; } } diff --git a/src/views/task/content/TaskTable.vue b/src/views/task/content/TaskTable.vue index a0d4a18..cda8791 100644 --- a/src/views/task/content/TaskTable.vue +++ b/src/views/task/content/TaskTable.vue @@ -1,4 +1,6 @@