diff --git a/src/views/report/electricalInspection/index.vue b/src/views/report/electricalInspection/index.vue index f3c31f9..b8dc4d0 100644 --- a/src/views/report/electricalInspection/index.vue +++ b/src/views/report/electricalInspection/index.vue @@ -45,29 +45,29 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -153,21 +155,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + 电检数据明细信息 @@ -181,33 +183,22 @@ @selection-change="handleDetailElectricalinspectionSelectionChange" ref="detailElectricalinspection" > - - - - - + - - - - + - - - - + - - - - + - + - + + + @@ -215,7 +206,7 @@ @@ -282,7 +273,9 @@ export default { { key: 2, label: `产品条码`, visible: true }, { key: 3, label: `测试时间`, visible: true }, { key: 4, label: `测试数据`, visible: false }, - { key: 5, label: `记录时间`, visible: false } + { key: 5, label: `记录时间`, visible: false }, + { key: 6, label: `产品型号`, visible: true }, + { key: 7, label: `异常描述`, visible: true } ] } },