From 3c2e49d7bcc91268a75689db400d1f1698c0f8b7 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期日, 04 二月 2024 16:41:31 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
company/src/components/business/dispatchUnitDetailsPlat.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/company/src/components/business/dispatchUnitDetailsPlat.vue b/company/src/components/business/dispatchUnitDetailsPlat.vue
index 6af26fc..b73dd8b 100644
--- a/company/src/components/business/dispatchUnitDetailsPlat.vue
+++ b/company/src/components/business/dispatchUnitDetailsPlat.vue
@@ -93,7 +93,7 @@
<span style="font-size: 16px; font-weight: 400; color: black;">
{{activity.title}}
<span style="font-size: 16px; font-weight: 400; color: black; margin-left: 10px;" v-if="activity.objType === 5 || activity.objType === 6 || activity.objType === 1 || activity.objType === 2">
- 鎻愪氦鎰忚锛歿{activity.content}}
+ {{activity.content}}
</span>
</span>
<span style="margin-top: 5px; font-size: 12px; font-weight: 400; color: #999999;">
@@ -112,6 +112,9 @@
<OperaDispatchUnitWindow ref="OperaDispatchUnitWindow" @success="callback" />
<dispatchReview ref="dispatchReview" @success="callback" />
<dispatchReviewCheck ref="dispatchReviewCheck" @success="callback" />
+ <template v-slot:footer>
+ <el-button @click="visible=false">杩斿洖</el-button>
+ </template>
</GlobalWindow>
</template>
@@ -161,7 +164,7 @@
},
tableData: [],
insuranceScheme: [],
- reverse: true,
+ reverse: false,
visible5:false,
activities: []
}
--
Gitblit v1.9.3