refactor: 将“理论长度/厚度”统一改为“推论长度/厚度”

修改了CoilSelector组件、CoilInfo组件和报表列设置中的相关文案,将统一术语表述为“推论”,替代原有的“理论”表述。
This commit is contained in:
2026-06-13 11:13:49 +08:00
parent c83eb79d25
commit 325a93fd84
3 changed files with 6 additions and 6 deletions

View File

@@ -201,9 +201,9 @@ export const optionalColumns = [
{ label: '表面处理', value: 'surfaceTreatmentDesc' },
{ label: '镀层质量', value: 'zincLayer' },
{ label: '实测长度', value: 'actualLength' },
{ label: '论长度', value: 'theoreticalLength' },
{ label: '论长度', value: 'theoreticalLength' },
{ label: '实测厚度', value: 'actualThickness' },
{ label: '论厚度', value: 'theoreticalThickness' },
{ label: '论厚度', value: 'theoreticalThickness' },
{ label: '实测宽度', value: 'actualWidth' },
{ label: '毛重', value: 'grossWeight' },
{ label: '净重', value: 'netWeight' },