Browse Source

Merge branch 'ol_12_30' into online

wolyshaw 4 years ago
parent
commit
08a09022f2

+ 1 - 5
src/views/studentManager/studentList.vue

@@ -492,11 +492,7 @@
             },
           ]"
         >
-          <el-input
-            v-model.trim="passwrodForm.phone"
-            minlength="11"
-            maxlength="11"
-          ></el-input>
+          <copy-text>{{passwrodForm.phone}}</copy-text>
         </el-form-item>
         <el-form-item
           label="输入密码"

+ 1 - 5
src/views/teacherManager/teacherList.vue

@@ -302,11 +302,7 @@
             },
           ]"
         >
-          <el-input
-            v-model.trim="passwrodForm.phone"
-            minlength="11"
-            maxlength="11"
-          ></el-input>
+          <copy-text>{{passwrodForm.phone}}</copy-text>
         </el-form-item>
         <el-form-item
           label="输入密码"