main
liutao 2 days ago
parent 4e014658a5
commit f3fac8d655

@ -2030,7 +2030,8 @@ export default {
DeviceQRCode: 'Device QR Code', DeviceQRCode: 'Device QR Code',
codeTitle: 'Scan to view device details', codeTitle: 'Scan to view device details',
featureDescription: 'SupportsSpotCheck/repair/maintenance', featureDescription: 'SupportsSpotCheck/repair/maintenance',
BasicInformation: 'Device Basic Information' BasicInformation: 'Device Basic Information',
buttonRefresh: 'Refresh',
}, },
// Capacity Report // Capacity Report
CapacityReport: { CapacityReport: {

@ -2020,7 +2020,8 @@ export default {
DeviceQRCode: '设备二维码', DeviceQRCode: '设备二维码',
codeTitle: '扫码查看设备详情', codeTitle: '扫码查看设备详情',
featureDescription: '支持点检 / 报修 / 维保', featureDescription: '支持点检 / 报修 / 维保',
BasicInformation: '设备基本信息' BasicInformation: '设备基本信息',
buttonRefresh: '刷新',
}, },
// 产能报表 // 产能报表
CapacityReport: { CapacityReport: {

@ -9,7 +9,9 @@
}}</span> }}</span>
<div class="tree-header-actions"> <div class="tree-header-actions">
<el-button link type="primary" size="small" @click="getTypeTree"> <el-button link type="primary" size="small" @click="getTypeTree">
<Icon icon="ep:refresh" /> 刷新 <Icon icon="ep:refresh" /> {{
t('EquipmentManagement.EquipmentLedger.buttonRefresh')
}}
</el-button> </el-button>
<el-button <el-button
link link

Loading…
Cancel
Save