gaoluyang
2025-03-24 6bdeb3668666e6be8ad03e4c65ca3debc802a04a
src/components/Table/lims-table.vue
@@ -302,8 +302,8 @@
          count += a.name.length;
        }
      });
      this.btnWidth = count * 15 + 60 + "px";
      return count * 15 + 60 + "px";
      this.btnWidth = count * 18 + 60 + "px";
      return count * 18 + 60 + "px";
    },
    getTitleWidth(row) {
      if (row.label.includes('时间') || row.label.includes('编号') || row.label.includes('样品名称') || row.label.includes('零件')) {