feat:添加chart 同步按钮 以及 修改时间显示不正确的问题
This commit is contained in:
@@ -54,6 +54,11 @@ export default {
|
||||
this.$emit('shutdown', row)
|
||||
break
|
||||
}
|
||||
case 'sync': {
|
||||
// this.$emit('copy', row)
|
||||
this.$emit('sync', row)
|
||||
break
|
||||
}
|
||||
default:
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user