gaoluyang
2025-03-24 50756d8ae4d36a4517ab1d4072d64b20fc52f6b4
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('零件')) {