centaline-data-driven 1.4.47 → 1.4.48

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.4.47",
3
+ "version": "1.4.48",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -188,7 +188,7 @@
188
188
  return b.id === attribute.nodeValue;
189
189
  });
190
190
  if (typeof field !== "undefined") {
191
- if (!field.rightField || self.vmodel[field.rightField] == 1) {
191
+ if ((!field.rightField || self.vmodel[field.rightField] == 1) && field.show) {
192
192
  obj["rightRouter"] = true;
193
193
  }
194
194