zenglf
2023-08-19 8611a1ba1696e76cced04ff5d658ba138a05dafd
src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderExeDrawer.vue
@@ -151,6 +151,7 @@
                        :max="20000000"
                        @change="(e)=>handleChange(e, record.key, col, index,record)"
                        style="width: 100%"
                        :disabled="buttonDistable"
                      />
                    </div>
                  </template>
@@ -166,7 +167,10 @@
                class="table-operator"
                style="margin:-16px"
              >
                <equipment-calibration-order-report-drawer-list :calibrationOrderId='calibrationOrderId' />
                <equipment-calibration-order-report-drawer-list
                  :buttonDistable='buttonDistable'
                  :calibrationOrderId='calibrationOrderId'
                />
              </div>
            </a-tab-pane>
          </a-tabs>