Browse Source

员工管理手机号改为手机

huangb 7 years ago
parent
commit
4a692d2c9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/mobile/staffManagement/StaffAdd.vue

+ 1 - 1
components/mobile/staffManagement/StaffAdd.vue

@@ -23,7 +23,7 @@
                 </ul>
               </div>
             </li>
-            <li><span>手机:</span><input type="text"
+            <li><span>手机:</span><input type="text"
                                         v-model="newUserPhone"
                                         @change="checkPhone()"
                                         @input="checkPhone()"