{{ t('MoldManagement.MoldBrandPage.moldCode') }}
{{ mold.code }}
{{ t('MoldManagement.MoldBrandPage.moldName') }}
{{ mold.name }}
{{ t('MoldManagement.MoldBrandPage.productName') }}
{{ mold.productName }}
{{ t('MoldManagement.MoldBrandPage.moldSize') }}
{{ mold.moldSize }}
{{ t('MoldManagement.MoldBrandPage.status') }}
{{ t('MoldManagement.MoldBrandPage.currentDevice') }}
{{ mold.currentDevice || '-' }}
{{ t('MoldManagement.MoldBrandPage.lastChangeTime') }}
{{ mold.lastChangeTime ?
dateFormatter(mold.lastChangeTime) : '-' }}
{{ t('MoldManagement.MoldBrandPage.cancel') }}
{{
t('MoldManagement.MoldBrandPage.submit') }}
{{ scope.row.operateType === '1' ? t('MoldManagement.MoldBrandPage.installUp') :
t('MoldManagement.MoldBrandPage.uninstallDown') }}