maven
2025-12-03 067a7119d3175c9ea9b7c0d46b59df6e8ccb994c
src/views/equipmentManagement/measurementEquipment/index.vue
@@ -148,13 +148,13 @@
               openCalibrationDia("verifying", row);
            },
         },
         {
            name: "附件",
            type: "text",
            clickFun: (row) => {
          openFilesFormDia(row);
            },
         },
         // {
         //    name: "附件",
         //    type: "text",
         //    clickFun: (row) => {
      //     openFilesFormDia(row);
         //    },
         // },
      ],
   },
]);