From fe41bdf31e8c3d1bad49e50fc1110a827b0102e2 Mon Sep 17 00:00:00 2001 From: piaobo <1913856125@qq.com> Date: Wed, 10 Dec 2025 20:27:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BE=E5=B7=A5=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/views/work/index.vue | 495 +++++++++++++++++++++++++++------------ 2 files changed, 345 insertions(+), 151 deletions(-) diff --git a/package.json b/package.json index 347684e..23a3d7e 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "axios": "0.28.1", "clipboard": "2.0.11", "date-fns": "^4.1.0", + "dayjs": "^1.11.19", "echarts": "5.5.1", "element-china-area-data": "^6.1.0", "element-plus": "^2.7.6", diff --git a/src/views/work/index.vue b/src/views/work/index.vue index a965786..c63c9fb 100644 --- a/src/views/work/index.vue +++ b/src/views/work/index.vue @@ -1,27 +1,26 @@ - + - + @@ -220,11 +254,6 @@ {{ detailForm.orderNo }} - - - {{ detailForm.planId || '-' }} - - + + + + + {{(detailForm.location || []).map(b => b.sheepfoldName).join('、') || '-'}} + + + + + + + {{(detailForm.sheepScope || []).map(s => s.sheepNo).join('、') || '-'}} + + + {{ detailForm.department }} @@ -270,41 +314,44 @@ {{ detailForm.executeTime || '-' }} - - - {{ detailForm.issuerId || '-' }} - - - - - {{ detailForm.issueTime || '-' }} - - - - - {{ detailForm.receiverId || '-' }} - - - - - {{ detailForm.receiveTime || '-' }} - - - - - {{ detailForm.finishTime || '-' }} - - - - - {{ detailForm.result || '-' }} - - - - - {{ detailForm.remark || '-' }} - - + + \ No newline at end of file