feat:模具组-添加子模数列

main
黄伟杰 6 days ago
parent ea8bd96abb
commit 1f73696db9

@ -2461,7 +2461,8 @@ export default {
version: 'Version', version: 'Version',
status: 'Status', status: 'Status',
currentDevice: 'Current Device', currentDevice: 'Current Device',
moldSize: 'Sub Mold Count', moldSize: 'Cavity Number',
childMoldCount: 'Sub Mold Count',
createTime: 'Create Time', createTime: 'Create Time',
operate: 'Operate', operate: 'Operate',
detail: 'Detail', detail: 'Detail',
@ -2537,7 +2538,7 @@ export default {
productName: 'Product Model', productName: 'Product Model',
version: 'Version', version: 'Version',
lifeStatus: 'Life Status', lifeStatus: 'Life Status',
childMoldCount: 'Sub Mold Count', childMoldCount: 'Cavity Count',
tabMolds: 'Sub Molds', tabMolds: 'Sub Molds',
tabInspection: 'Inspection Records', tabInspection: 'Inspection Records',
tabRepair: 'Repair Records', tabRepair: 'Repair Records',

@ -1960,7 +1960,8 @@ export default {
version: '版本', version: '版本',
status: '状态', status: '状态',
currentDevice: '当前设备', currentDevice: '当前设备',
moldSize: '子模数', moldSize: '模穴数',
childMoldCount: '子模数',
createTime: '创建时间', createTime: '创建时间',
operate: '操作', operate: '操作',
detail: '详情', detail: '详情',
@ -2037,7 +2038,7 @@ export default {
productName: '产品型号', productName: '产品型号',
version: '版本', version: '版本',
lifeStatus: '寿命状态', lifeStatus: '寿命状态',
childMoldCount: '模数量', childMoldCount: '数量',
// tabs // tabs
tabMolds: '子模具', tabMolds: '子模具',
tabInspection: '点检记录', tabInspection: '点检记录',

@ -74,6 +74,8 @@
</el-table-column> </el-table-column>
<el-table-column :label="t('MoldManagement.MoldBrandPage.moldSize')" prop="moldSize" width="90" <el-table-column :label="t('MoldManagement.MoldBrandPage.moldSize')" prop="moldSize" width="90"
align="center" /> align="center" />
<el-table-column :label="t('MoldManagement.MoldBrandPage.childMoldCount')" prop="childMoldCount" width="90"
align="center" />
<el-table-column :label="t('MoldManagement.MoldBrandPage.createTime')" prop="createTime" <el-table-column :label="t('MoldManagement.MoldBrandPage.createTime')" prop="createTime"
:formatter="dateFormatter" width="160" sortable /> :formatter="dateFormatter" width="160" sortable />
<el-table-column :label="t('MoldManagement.MoldBrandPage.operate')" fixed="right" width="310"> <el-table-column :label="t('MoldManagement.MoldBrandPage.operate')" fixed="right" width="310">

Loading…
Cancel
Save