Browse Source

Merge branch '0601optimize' into test

lex-xin 4 năm trước cách đây
mục cha
commit
f71f09c227
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/studentManager/studentList.vue

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

@@ -411,7 +411,7 @@
           </el-select>
         </el-form-item>
         <el-form-item label="家长姓名" prop="parseName">
-          <el-input v-model.trim="studentForm.parseName"></el-input>
+          <el-input v-model.trim="studentForm.parseName" :disabled="!isNew"></el-input>
         </el-form-item>
         <el-form-item
           label="联系电话"