maven
2025-12-02 16653643b991a7b6876b5a4764491c78529ff4e8
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);
         //    },
         // },
      ],
   },
]);