zhaowei
8 天以前 c2e8ebad0a7f8b505fe0f34a8e798c1978a4fd96
src/views/eam/technical/modules/EamTechnicalStatusEvaluationOrderModal.vue
@@ -101,11 +101,11 @@
              type: JVXETypes.hidden
            },
            {
              title: '项目序号',
              title: '序号',
              key: 'itemCode',
              type: JVXETypes.normal,
              align: 'center',
              width: 150
              width: 60
            },
            {
              title: '检查项目',
@@ -126,11 +126,11 @@
              type: JVXETypes.hidden
            },
            {
              title: '项目序号',
              title: '序号',
              key: 'itemCode',
              type: JVXETypes.normal,
              align: 'center',
              width: 150
              width: 60
            },
            {
              title: '检查项目',
@@ -171,6 +171,7 @@
      },
      getDetailDataByOrderId({ id }) {
        this.detail.safetyEquipmentCheckList = this.detail.precisionCheckList = this.detail.otherCheckList = []
        this.model.standardId = id
        this.spinning = true
        getAction(this.url.detail, { standardId: id })