Commit 581e9a5229f3da34f909c5b7676de38c666f2b62
1 parent
fb471e63
bf
Showing
2 changed files
with
2 additions
and
2 deletions
bsthLineProfiles/src/main/resources/mybatis/mybatis/system/BsthTLineMapper.xml
bsthLineProfiles/src/main/resources/templates/system/lineHistory/historyCompare.html
| ... | ... | @@ -33,7 +33,7 @@ |
| 33 | 33 | v-for="(line,index) in lines" |
| 34 | 34 | :type="line.timeLineType" |
| 35 | 35 | size="large" |
| 36 | - :timestamp="line.startDate" @click.native="change(index);"> | |
| 36 | + :timestamp="line.createTime" @click.native="change(index);"> | |
| 37 | 37 | {{line.lineUpdateType}}( |
| 38 | 38 | {{line.remark}}) |
| 39 | 39 | </el-timeline-item> | ... | ... |