Forráskód Böngészése

病历号设置为20位

luolei 5 éve
szülő
commit
f0eb855e51
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/components/Login.vue

+ 1 - 1
src/components/Login.vue

@@ -25,7 +25,7 @@
         <input
           @focus="focus"
           @blur="blur"
-          :maxlength="type==103?11:type==101?18:type==102?7:type==104?9:30"
+          :maxlength="type==103?11:type==101?18:type==102?20:type==104?9:30"
           v-model="value"
           @input="changeVal"
           :type="type==101||type==104?'text':'tel'"