From 5056b731dcaebbc3a48a4a910413cc4dd6c9c19a Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期四, 11 四月 2024 15:36:12 +0800
Subject: [PATCH] 提交一把

---
 company/src/components/business/OperaUnionChangeUnitDetailWindow.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/company/src/components/business/OperaUnionChangeUnitDetailWindow.vue b/company/src/components/business/OperaUnionChangeUnitDetailWindow.vue
index ff3da3d..70658c6 100644
--- a/company/src/components/business/OperaUnionChangeUnitDetailWindow.vue
+++ b/company/src/components/business/OperaUnionChangeUnitDetailWindow.vue
@@ -40,7 +40,7 @@
                         border
                         style="width: 100%">
                         <el-table-column
-                            prop="validCode"
+                            prop="code"
                             align="center"
                             label="鎵瑰崟鍙�">
                         </el-table-column>
@@ -150,7 +150,7 @@
                                     </span>
                                 </span>
                         <span style="margin-top: 5px; font-size: 12px; font-weight: 400; color: #999999;">
-                                    鎿嶄綔鍛�-{{activity.creatorName}}锛坽{activity.creatorType==1? activity.companyName: (activity.creatorType==2? activity.companyName: "骞冲彴绔�") }}}锛墈{activity.createDate}}
+                                    鎿嶄綔鍛�-{{activity.creatorName}}锛坽{activity.creatorType==1? activity.companyName: (activity.creatorType==2? activity.companyName: "骞冲彴绔�") }}锛墈{activity.createDate}}
                                 </span>
                       </div>
                     </el-timeline-item>
@@ -270,7 +270,7 @@
       visibleFile:false,
       form: {
           businessId: null,
-          phone: this.$store.state.userInfo.company.phone,
+          phone: this.$store.state.userInfo.company? this.$store.state.userInfo.company.phone:null,
           id: null,
           editDate: '',
           code:null
@@ -344,7 +344,7 @@
       }, 1000)
     },
     getSignLink (flag) {
-        this.signTitle = '绛剧讲鏂规纭涔�'
+        this.signTitle = '绛剧讲鐢宠鍗�'
       this.form.type = flag
       this.visiblePhone = true
       this.$nextTick(() => {

--
Gitblit v1.9.3