Browse Source

更改学生头像字段

zhuth 6 years ago
parent
commit
904be54232
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/pc-web/app/view/basic/student/StudentDetail.js

+ 1 - 1
frontend/pc-web/app/view/basic/student/StudentDetail.js

@@ -29,7 +29,7 @@ Ext.define('school.view.basic.student.StudentDetail', {
                 fieldLabel: 'id',
             }, {
                 xtype: 'remoteimgfield',
-                name: 'stu_img',
+                name: 'stu_photo',
                 // fieldLabel: '头像',
             }, {
                 xtype: 'textfield',