Browse Source

班级选择器的值展示时不显示年级信息(目前有匹配错误问题)

zhuth 7 years ago
parent
commit
dcd12602a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/pc-web/app/view/core/form/field/ClassComboBox.js

+ 1 - 1
frontend/pc-web/app/view/core/form/field/ClassComboBox.js

@@ -20,7 +20,7 @@ Ext.define('school.view.core.form.field.ClassComboBox', {
     // template for the content inside text field
     displayTpl: Ext.create('Ext.XTemplate',
         '<tpl for=".">',
-        '{clazz_name} | {clazz_grade}',
+        '{clazz_name}',
         '</tpl>'
     ),