From 4d111e3c9526d31887725368fd9840b06f721eeb Mon Sep 17 00:00:00 2001
From: wangweidong <850489345@qq.com>
Date: Fri, 23 Jan 2026 17:28:43 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
component/public/newgame/sxy-Timeing.vue | 148 +++++++++++++----------
component/public/severcard.vue | 33 ++++-
2 files changed, 114 insertions(+), 67 deletions(-)
diff --git a/component/public/newgame/sxy-Timeing.vue b/component/public/newgame/sxy-Timeing.vue
index 231ee63..dc9873f 100644
--- a/component/public/newgame/sxy-Timeing.vue
+++ b/component/public/newgame/sxy-Timeing.vue
@@ -1,24 +1,31 @@
-
- {{ topTime }}
-
-
- {{ bottomTime }}
-
-
- {{ topTime }}
-
-
- {{ bottomTime }}
-
+
+
+ {{ Math.floor(topTime / 60) }}
+
+
+ {{ Math.floor(bottomTime / 60) }}
+
+
+ {{ Math.floor(topTime / 60) }}
+
+
+ {{ Math.floor(bottomTime / 60) }}
+
+ :
+
+ {{ (topTime % 60)<10?'0'+(topTime % 60) : (topTime % 60) }}
+
+
+ {{ (bottomTime % 60)<10? '0'+(bottomTime % 60) : (bottomTime % 60)}}
+
+
+ {{ (topTime % 60)<10?'0'+(topTime % 60) : (topTime % 60) }}
+
+
+ {{ (bottomTime % 60)<10? '0'+(bottomTime % 60) : (bottomTime % 60) }}
+
+
-
diff --git a/component/public/severcard.vue b/component/public/severcard.vue
index 3ea5f8c..3913509 100644
--- a/component/public/severcard.vue
+++ b/component/public/severcard.vue
@@ -8,9 +8,18 @@
{{qcobj.directiveName}}
-
+
- {{qcobj.startTime?.slice(11, 16) }} - {{qcobj.endTime?.slice(11, 16) }}
+
+ {{qcobj.startTime?.slice(11, 16) }}
+
+
+
+
+
+
+
+ {{ qcobj?.directiveName }}
@@ -46,6 +55,7 @@
import { ref, onMounted, reactive, onBeforeUnmount, computed, nextTick, defineComponent,watch } from 'vue';
import { queryOrderlist,startDirectiveServe,finishDirectiveServe,queryOrderInfoList } from '@/pages/procurement/api/lunpan.js'
import { startOrder,endOrder,editSubPicPath,editSubMp4,queryEmpList,transferOrder,assistOrder} from '@/pages/NursingNew/component/doctorask/api/api.js'
+ import timeing from './newgame/sxy-Timeing.vue'
const qcobj = ref({})
const openleft = ref(true)
const open = ref(0);
@@ -179,11 +189,25 @@
height: 8vw;
}
}
-
+ .names{
+ font-weight: 400;
+ font-size: 1.5vw;
+ color: #333333;
+ margin-top: 1.4vw;
+ padding-left: 1vw;
+ }
.big-time {
font-weight: 600;
- font-size: 1.8vw;
+ font-size: 2.3vw;
padding-left: 1vw;
+ width: 18vw;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ >view{
+ display: flex;
+ align-items: center;
+ }
}
.icon-people {
@@ -192,6 +216,7 @@
color: #555555;
width: 18vw;
padding-left: 1vw;
+ white-space: nowrap;
.people-img {
width: 1.5vw;
height: 1.5vw;