Browse Source

学生信息明细从表联系电话

zhuth 7 years ago
parent
commit
2794e1de1b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      frontend/pc-web/app/view/basic/student/StudentDetail.js

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

@@ -167,6 +167,7 @@ Ext.define('school.view.basic.student.StudentDetail', {
                 }, {
                     text: '联系电话',
                     dataIndex: 'pa_phone',
+                    width: 180,
                     editor: {
                         xtype: 'numberfield'
                     }