提交 77562d16 编写于 作者: Q qin_jun_yan

Modify this variable in data traceability to point to the problem

上级 b17f7c1e
......@@ -1160,7 +1160,7 @@ export default {
color: '#00a5a7',
},
formatter: function(val) {
if (typeof val !== this.valueType.string) {
if (typeof val !== 'string') {
return val;
}
const strs = val.split('');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册