feat:添加chart 同步按钮 以及 修改时间显示不正确的问题

This commit is contained in:
zhangyu
2021-05-20 14:07:58 +08:00
parent 0f5176cd48
commit f805795f1d
13 changed files with 125 additions and 11 deletions

View File

@@ -54,6 +54,11 @@ export default {
this.$emit('shutdown', row)
break
}
case 'sync': {
// this.$emit('copy', row)
this.$emit('sync', row)
break
}
default:
break
}