| src/views/mdc/processParam/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/mdc/processParam/index.vue
@@ -363,7 +363,7 @@ // return current.format('HH:mm') // return value if (i == 0 || current === 0) return '' return `${name}:开始时间${moment(data.data[i - 1].time).format('HH:mm')}-${moment(item.time).format('HH:mm')}` return `${name}:时段${moment(data.data[i - 1].time).format('HH:mm')}-${moment(item.time).format('HH:mm')}` } }, }