刀具寿命界面修改+国际化
This commit is contained in:
@@ -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: '关闭当前',
|
||||
|
||||
Reference in New Issue
Block a user