tnx-shared 5.3.381 → 5.3.382

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.
@@ -53075,7 +53075,7 @@
53075
53075
  if (!element.rawColumn) {
53076
53076
  if (!_this.model.data.details.some(function (q) { return q.columnCode == element.field; })) {
53077
53077
  var visible = false;
53078
- if (element.baseService) {
53078
+ if (element.baseService || element.dataSource) {
53079
53079
  var refField = _this.parentSetting.cols.find(function (f) { return f.field == 'str' + element.field; });
53080
53080
  if (refField) {
53081
53081
  visible = refField.visible;