仪器管理-用户仪器绑定-记录详情只显示最新记录详情,应该显示全部记录详情
@ -33,6 +33,7 @@ public class WxUserInstrumentServiceImpl implements IWxUserInstrumentService
private WxInstrumentMapper wxInstrumentMapper;
@Autowired
private WxInstrumentSerialMapper instrumentSerialMapper;
private WxInstrumentSerialLogMapper instrumentSerialLogMapper;
private WxUserInstrumentLogMapper wxUserInstrumentLogMapper;
@ -278,7 +278,7 @@
</el-table-column>
<el-table-column label="操作时间" align="center" prop="createTime" >
<template slot-scope="scope">
<span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d} {h}:{m}:{s}') }}</span>
<span>{{ parseTime(scope.row.createTime, '{y}-{m}-{d} {h}:{i}:{s}') }}</span>
</template>
</el-table>