CN-90 fix: 色阶增加单位

This commit is contained in:
chenjinsong
2021-08-26 17:14:51 +08:00
parent 51db57d3a5
commit fa7a3b4a96
10 changed files with 205 additions and 144 deletions

View File

@@ -23,7 +23,7 @@ export default {
name: 'ChartError',
props: {
isError: Boolean,
errorInfo:String
errorInfo: String
}
}
</script>