刀具寿命界面修改+国际化

This commit is contained in:
zhangshun
2026-06-11 17:43:00 +08:00
parent 2ac9e1f66e
commit 0f3343f0e9
3 changed files with 127 additions and 45 deletions

View File

@@ -659,6 +659,38 @@ export default {
importSuccess: '导入成功!',
importFailed: '导入失败!'
},
toolLife: {
stationLabel: '设备/工位:',
selectAllPlaceholder: '不选则统计全部设备/工位',
search: '查询',
totalTools: '刀具总数',
pieceUnit: '把',
normalTools: '正常刀具',
warningTools: '预警刀具',
scrapTools: '报废刀具',
statusOverview: '状态概览',
statusOverviewSubtitle: '按设备统计刀具状态',
normalRate: '正常占比',
warningRate: '预警占比',
scrapRate: '报废占比',
detailTitle: '刀具明细',
detailSubtitle: '该设备下每把刀的寿命与状态',
sequence: '序号',
stationColumn: '设备/工位',
toolCode: '刀具代码',
ratedLife: '额定寿命',
usedLife: '已用寿命',
warningValue1: '预警值',
remainingLife: '剩余寿命',
lifeProgress: '寿命进度',
status: '状态',
statusNormal: '正常',
statusWarning: '预警',
statusScrap: '报废',
allStations: '全部设备/工位',
noData: '当前范围没有刀具寿命数据',
queryFailed: '刀具寿命数据查询失败'
},
tagsView: {
refresh: '重新加载',
closeCurrent: '关闭当前',