gaoshp
2024-06-18 7d4a835960db72d07e5c3aa4a5c457ff220d96d9
udpate label
已修改1个文件
2 ■■■ 文件已修改
src/views/mdc/processParam/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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')}`
                        }
                    },
                }