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

@@ -67,14 +67,14 @@ export default {
label: '长度[m]',
children: [
{ label: '实测', key: 'actualLength' },
{ label: '论', key: 'theoreticalLength' }
{ label: '论', key: 'theoreticalLength' }
]
},
{
label: '厚度[mm]',
children: [
{ label: '实测', key: 'actualThickness' },
{ label: '论', key: 'theoreticalThickness' }
{ label: '论', key: 'theoreticalThickness' }
]
},
{ label: '排产厚度[mm]', key: 'scheduleThickness' },