diff --git a/src/assets/icons/active-sort.svg b/src/assets/icons/active-sort.svg
new file mode 100644
index 0000000..b9b32df
--- /dev/null
+++ b/src/assets/icons/active-sort.svg
@@ -0,0 +1,12 @@
+
+
\ No newline at end of file
diff --git a/src/assets/icons/switchCompany.svg b/src/assets/icons/switchCompany.svg
new file mode 100644
index 0000000..c1f0374
--- /dev/null
+++ b/src/assets/icons/switchCompany.svg
@@ -0,0 +1,12 @@
+
+
\ No newline at end of file
diff --git a/src/layout/components/Header/UserSettings.vue b/src/layout/components/Header/UserSettings.vue
index ff9186b..14f518b 100644
--- a/src/layout/components/Header/UserSettings.vue
+++ b/src/layout/components/Header/UserSettings.vue
@@ -118,7 +118,7 @@ const options = computed(() => {
{{ currentCompanyName }}
- icon
+
AI设置开关
diff --git a/src/views/final/aside/Aside.vue b/src/views/final/aside/Aside.vue
index 3d3778c..f98bf3e 100644
--- a/src/views/final/aside/Aside.vue
+++ b/src/views/final/aside/Aside.vue
@@ -1,5 +1,5 @@
@@ -411,15 +509,17 @@ function previewHandler(event: MouseEvent) {
-
-
- 清除标记
-
- 辨别真假
+ 批量审批
+
+
+
-
@@ -429,12 +529,15 @@ function previewHandler(event: MouseEvent) {
返回
-
@@ -446,21 +549,18 @@ function previewHandler(event: MouseEvent) {
-
-
-
-
-
-
-
@@ -503,8 +603,8 @@ function previewHandler(event: MouseEvent) {
-
-
+
+
@@ -512,8 +612,10 @@ function previewHandler(event: MouseEvent) {
任务ID:{{ taskDetailInfo.taskname }}
@@ -561,20 +663,23 @@ function previewHandler(event: MouseEvent) {
-
+
任务包图片
-
@@ -586,12 +691,14 @@ function previewHandler(event: MouseEvent) {
- {{ item.photoDateTimestamp ? formatToDateHMS(Number(item.photoDateTimestamp) || 0) : '-'
+ {{ item.photoDateTimestamp ? formatToDateHMS(Number(item.photoDateTimestamp) ||
+ 0) : '-'
}}
- {{ item.submitDateTimestamp ? formatToDateHMS(Number(item.submitDateTimestamp) || 0) : '-'
+ {{ item.submitDateTimestamp ? formatToDateHMS(Number(item.submitDateTimestamp)
+ || 0) : '-'
}}
@@ -605,30 +712,27 @@ function previewHandler(event: MouseEvent) {
{{ item?.maxSimilarity && Number(item?.maxSimilarity).toFixed(0) }}%
-
-
-
-
-
+
@@ -795,7 +899,7 @@ function previewHandler(event: MouseEvent) {
border-radius: 8px;
align-items: center;
justify-content: center;
- background-color: rgba(102, 102, 102, 0.5);
+ background-color: rgba(0,0,0,0.48);
}
.info {
@@ -810,6 +914,17 @@ function previewHandler(event: MouseEvent) {
padding: 16px 0 0 23px;
color: #fff;
}
+ .icon-wrap{
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ width: 30px;
+ height: 30px;
+ background: rgba(80,122,253,.1);
+ border-radius: 8px;
+ margin-left: 10px;
+ cursor: pointer;
+ }
.img-info {
color: lime !important;
@@ -905,7 +1020,14 @@ function previewHandler(event: MouseEvent) {
font-size: 12px;
line-height: 16px;
}
-
+ .tag-submiting{
+ color: #feaf2d;
+ border: 1px solid #feaf2d;
+ }
+ .tag-approve{
+ color: #398ade;
+ border: 1px solid #398ade;
+ }
.tag-passed {
color: #02C984;
border: 1px solid #02C984;
@@ -1055,8 +1177,8 @@ function previewHandler(event: MouseEvent) {
display: flex;
border-radius: 8px;
align-items: center;
- justify-content: space-around;
- background-color: #666666;
+ justify-content: center;
+ background-color: rgba(0,0,0,0.48);
}
diff --git a/src/views/worksheet/modal/ConfrimModal.vue b/src/views/worksheet/modal/ConfrimModal.vue
index 2d32de3..9f0daa3 100644
--- a/src/views/worksheet/modal/ConfrimModal.vue
+++ b/src/views/worksheet/modal/ConfrimModal.vue
@@ -1,9 +1,9 @@
@@ -57,7 +77,7 @@ onBeforeMount(async () => {