Administrator
2022-01-17 326cdff899f5d6451bb1981eeda629a88bfe9e75
src/views/trainExam/modifiedGrades.vue
@@ -313,11 +313,13 @@
        ...this.$store.state.control.clearOtherBut,
        column: [
          {
            label: "考试名称",
            prop: "examName",
            label: "考试时间",
            prop: "examTime",
            search: true,
            searchSpan: 5,
            slot: true,
            searchSpan: 4,
            type:"date",
            format: "yyyy-MM-dd",
            valueFormat: "yyyy-MM-dd",
            viewDisplay: true,
            // 表单新增时是否禁止
            addDisabled: false,
@@ -339,10 +341,9 @@
                trigger: "blur",
              },
            ],
            width: 210,
            width: 90,
            overHidden:true,
          },
          {
            label: "姓名",
            prop: "realName",
@@ -457,6 +458,7 @@
          {
            label: "修改后理论成绩",
            width:110,
            prop: "newScore",
            slot: true,
            // 表单新增时是否禁止
@@ -471,7 +473,25 @@
            editDisplay: true,
            // 表单编辑时是否为查看模式
            editDetail: false,
            width: 88,
          },
          {
            label: "笔试答题图片",
            prop: "url",
            labelWidth:110,
            type: 'upload',
            dataType: 'string',
            width:98,
            span: 24,
            limit:5,
            listType: 'picture-card',
            disabled:true,
            tip: '只能上传jpg/png文件,最多上传5张',
            propsHttp: {
              res: 'data',
              url: "url"
            },
            action: "/api/blade-resource/oss/endpoint/put-files",
          },
          {