Hwt преди 2 години
родител
ревизия
b88e0cde6d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      operationSupport/src/views/ownerManagement/ownerReview/toExamine.vue

+ 1 - 1
operationSupport/src/views/ownerManagement/ownerReview/toExamine.vue

@@ -25,7 +25,7 @@
               <template
                 slot="sex"
                 v-else
-              >{{ formData.sex === 1 ? '男' : '女' }}</template>
+              >{{ formData.sex === 1 ? '男' : formData.sex === 2 ? '女' : '-' }}</template>
               <template slot="remarks">{{ formData.remarks || '--' }}</template>
             </template>
           </zz-form>