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('零件')) {