Przeglądaj źródła

修改性别参数

DESKTOP-SVI9JE1\muzen 1 rok temu
rodzic
commit
bc0d7abb67
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/mixin/index.js

+ 3 - 3
src/mixin/index.js

@@ -263,13 +263,13 @@ const sexMixin = {
     return {
       sexOptions: [{
         value: 0,
-        label: ''
+        label: '未知'
       }, {
         value: 1,
-        label: ''
+        label: ''
       }, {
         value: 2,
-        label: '未知'
+        label: ''
       }]
     }
   }