gaoluyang
10 天以前 8035c78707eb044591e3488d2f9cfb19619630a7
src/views/equipmentManagement/measurementEquipment/index.vue
@@ -136,13 +136,14 @@
      dataType: "action",
      label: "操作",
      align: "center",
      width: '130',
      fixed: 'right',
      operation: [
         {
            name: "检定校准",
            type: "text",
            clickFun: (row) => {
               openCalibrationDia("add", row);
               openCalibrationDia("verifying", row);
            },
         },
         {