zhaowei
2025-03-06 ddd818f74d59c1fdeeed29714d660d7e49200c04
src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportDrawerList.vue
@@ -199,7 +199,7 @@
        {
          title: '判定结果',
          align: 'center',
          dataIndex: 'judgmentResultName'
          dataIndex: 'judgmentResult_dicText'
        },
        {
          title: '操作',
@@ -227,7 +227,7 @@
    handleAdd: function () {
      this.$refs.modalForm.add(this.calibrationOrderId);
      this.$refs.modalForm.title = "上传检定报告";
      this.$refs.modalForm.title = "上传鉴定报告";
      this.$refs.modalForm.disableSubmit = false;
    },