imeik-bizui 1.7.9 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,7 +34,11 @@ export default {
34
34
  return this.attrs.showDiff || false
35
35
  },
36
36
  diffValue() {
37
- return this.attrs.diffValue
37
+ if (this.isObjectValue) {
38
+ return this.getObjectValue(this.attrs.diffValue)
39
+ } else {
40
+ return this.attrs.diffValue
41
+ }
38
42
  },
39
43
  /**
40
44
  * 标签视图类型