zhuth 6 年之前
父节点
当前提交
1a8e00574c
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      frontend/pc-web/app/view/Interaction/score/Detail.js

+ 6 - 1
frontend/pc-web/app/view/Interaction/score/Detail.js

@@ -29,7 +29,7 @@ Ext.define('school.view.interaction.score.Detail', {
                 name: 'si_examtitle',
                 name: 'si_examtitle',
                 fieldLabel: '考试标题'
                 fieldLabel: '考试标题'
             }, {
             }, {
-                xtype: 'textfield',
+                xtype: 'datefield',
                 name: 'si_examdate',
                 name: 'si_examdate',
                 fieldLabel: '考试时间'
                 fieldLabel: '考试时间'
             }, {
             }, {
@@ -70,12 +70,17 @@ Ext.define('school.view.interaction.score.Detail', {
                 emptyRows: 10,
                 emptyRows: 10,
                 rowViewModel: {},
                 rowViewModel: {},
                 columns: [{
                 columns: [{
+                    text: 'ID',
+                    dataIndex: 'sd_id',
+                    hidden: true
+                }, {
                     text: '学生编号',
                     text: '学生编号',
                     dataIndex: 'sd_stuNumber'
                     dataIndex: 'sd_stuNumber'
                 }, {
                 }, {
                     text: '姓名',
                     text: '姓名',
                     dataIndex: 'sd_stu',
                     dataIndex: 'sd_stu',
                     editor: {
                     editor: {
+                        addTitle: '学生',
                         xtype: 'dbfindtrigger',
                         xtype: 'dbfindtrigger',
                         //数据接口
                         //数据接口
                         dataUrl:'/api/school/student/list',
                         dataUrl:'/api/school/student/list',