lilei 1 year ago
parent
commit
95cdba5f9c
2 changed files with 3 additions and 3 deletions
  1. 1 1
      public/version.json
  2. 2 2
      src/views/customerManagement/customerInfo/edit.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
 {
   "message": "发现有新版本发布,确定更新系统?",
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
   "vendorJsVersion": "",
-  "version": 1710751076764
+  "version": 1710832025090
 }
 }

+ 2 - 2
src/views/customerManagement/customerInfo/edit.vue

@@ -73,7 +73,7 @@
                 ></v-select>
                 ></v-select>
               </a-form-model-item>
               </a-form-model-item>
             </a-col>
             </a-col>
-            <a-col :span="8">
+            <a-col :span="8" v-if="form.relationTypeDictValue">
               <!-- <a-form-model-item label="是否卫星仓客户" prop="satelliteFlag">
               <!-- <a-form-model-item label="是否卫星仓客户" prop="satelliteFlag">
                 <span style="padding-left: 11px;">{{ form.satelliteFlag == 1 ? '是' : '否' }}</span>
                 <span style="padding-left: 11px;">{{ form.satelliteFlag == 1 ? '是' : '否' }}</span>
               </a-form-model-item> -->
               </a-form-model-item> -->
@@ -81,7 +81,7 @@
                 <span style="padding-left: 11px;">{{ form.satelliteFlag == 1 ? '是' : '否' }}</span>
                 <span style="padding-left: 11px;">{{ form.satelliteFlag == 1 ? '是' : '否' }}</span>
               </a-form-model-item> -->
               </a-form-model-item> -->
               <a-form-model-item label="客户关系" prop="relationTypeDictValue">
               <a-form-model-item label="客户关系" prop="relationTypeDictValue">
-                <span style="padding-left: 11px;">{{ form.relationTypeDictValue }}</span>
+                <span style="padding-left: 11px;">{{ form.relationTypeDictValue || '--' }}</span>
               </a-form-model-item>
               </a-form-model-item>
             </a-col>
             </a-col>
           </a-row>
           </a-row>