diff --git a/src/views/system/order/index.vue b/src/views/system/order/index.vue
index 16a3bcc..ac82de9 100644
--- a/src/views/system/order/index.vue
+++ b/src/views/system/order/index.vue
@@ -145,7 +145,16 @@
-
+
+
+
+
+
+
+
+
+
+
{
- res.data.forEach(e => {
- if (e.serviceDate) {
- e.time = e.serviceDate + "-" + e.serviceStartTime;
- }
- });
- this.query = res.data[0];
+ res.data.time = res.data.serviceDate + "-" + res.data.serviceStartTime;
+ this.query = res.data;
+ res.data.disablingCondition == "DISABLED"? res.data.disablingCondition = "失能": "";
+ res.data.disablingCondition == "NOT_DISABLED"? res.data.disablingCondition = "未失能": "";
if (row.orderStatus == "EVALUATED") {
if (res.data) {
if (res.data[0].evaluateSatisfaction == "COMMONLY") {