gaoluyang
2025-03-31 4d97dc5f8307702e5a13f9fa30fccda764a2ac7d
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('零件')) {