@@ -140,31 +130,31 @@
/>
- 模具编码
+ {{ t('MoldManagement.MoldBrandPage.moldCode') }}
{{ currentMold.code }}
- 模具名称
+ {{ t('MoldManagement.MoldBrandPage.moldName') }}
{{ currentMold.name }}
- 产品型号
+ {{ t('MoldManagement.MoldBrandPage.productName') }}
{{ currentMold.productName }}
- 子模数
+ {{ t('MoldManagement.MoldBrandPage.moldSize') }}
{{ currentMold.moldSize }}
- 当前状态
+ {{ t('MoldManagement.MoldBrandPage.status') }}
- 当前设备
+ {{ t('MoldManagement.MoldBrandPage.currentDevice') }}
{{ currentMold.currentDevice || '-' }}
- 上次更换时间
+ {{ t('MoldManagement.MoldBrandPage.lastChangeTime') }}
{{ currentMold.lastChangeTime ? dateFormatter(currentMold.lastChangeTime) : '-' }}
@@ -173,82 +163,79 @@