| | |
| | | count += a.name.length; |
| | | } |
| | | }); |
| | | this.btnWidth = count * 18 + 60 + "px"; |
| | | return count * 18 + 60 + "px"; |
| | | this.btnWidth = count * 15 + 60 + "px"; |
| | | return count * 15 + 60 + "px"; |
| | | }, |
| | | getTitleWidth(row) { |
| | | if (row.label.includes('时间') || row.label.includes('编号') || row.label.includes('样品名称') || row.label.includes('零件')) { |
| | |
| | | iconFn(row) { |
| | | if (row.name === "编辑" || row.name === "修改") { |
| | | return "el-icon-edit"; |
| | | } else if (row.name === "删除") { |
| | | return "el-icon-delete"; |
| | | } else if (row.name === "查看") { |
| | | return "el-icon-view"; |
| | | } else { |