- 设备信息
+ {{ tLang('device', '设备信息') }}
- 设备编码
- 11
+ {{ tLang('device', '设备编码') }}
+ {{ info.code }}
- 设备名称
- 11
+ {{ tLang('device', '设备名称') }}
+ {{ info.name }}
- 运行时长
- 11
+ {{ tLang('device', '运行时长') }}
+ {{ info.runTime||0 + tLang('common','分钟') }}
- 人员信息
+ {{ tLang('user', '人员信息') }}
- 操作员
- 张一一
+ {{ tLang('user', '操作员') }}
+ {{ info.userName }}
- 人员ID
- 11
+ {{ tLang('user', '人员ID') }}
+ {{ info.userCode }}