diff --git a/src/views/worksheet/components/PictureInfo.vue b/src/views/worksheet/components/PictureInfo.vue new file mode 100644 index 0000000..a312527 --- /dev/null +++ b/src/views/worksheet/components/PictureInfo.vue @@ -0,0 +1,183 @@ + + + + + diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index 825192f..aa732d6 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -4,7 +4,6 @@ import { getPictureSimilarityList, getTaskDetailInfo } from "@/api/work/work"; import NotPassed from '@/components/Approval/NotPassed.vue'; -import { fieldMap } from "@/config/workorder"; import { TASK_STATUS_OBJ } from '@/enums/index'; import { useWorkOrder } from "@/store/modules/workOrder"; import { isEmpty } from "@/utils"; @@ -17,6 +16,7 @@ import imagesloaded from "imagesloaded"; import { clone, debounce, pickBy } from "lodash-es"; import { useDialog, useMessage } from "naive-ui"; import { computed, onUnmounted, onUpdated, reactive, ref, unref, watch } from "vue"; +import PictureInfo from "../components/PictureInfo.vue"; import ConfrimModal from "../modal/ConfrimModal.vue"; import type { ApprovalParam, SimilarityPictureSortParam } from "/#/api"; @@ -486,18 +486,10 @@ function reloadList() { -
+
待审批
已审批
{{ @@ -549,7 +541,8 @@ function reloadList() { {{ propertys[key] }}
-
+ --> +
@@ -669,29 +662,6 @@ function reloadList() { } } - .right { - display: flex; - align-items: center; - - .btn { - width: 118px; - height: 36px; - background: linear-gradient(135deg, #5b85f8, #3c6cf0); - border-radius: 17px; - box-shadow: 0px 2px 6px 0px rgba(116, 153, 253, 0.3); - display: flex; - align-items: center; - justify-content: center; - color: #fff; - cursor: pointer; - } - - .batch { - display: flex; - align-items: center; - } - } - .font { font-size: 20px; font-family: PingFang SC, PingFang SC-Medium;