tnx-shared 5.1.148 → 5.1.149

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.
@@ -47415,7 +47415,7 @@
47415
47415
  };
47416
47416
  ProcessWorkflowTargetComponent.prototype.getUserLabel = function (item) {
47417
47417
  var label = this._userService.getUserName(item);
47418
- label = (item.maChucVu ? "(" + item.maChucVu + ") " : '') + ("" + label) + (item.tenDonVi ? "- " + item.tenDonVi : '');
47418
+ label = (item.maChucVu ? item.maChucVu + ". " : '') + ("" + label) + (item.tenDonVi ? " - " + item.tenDonVi : '');
47419
47419
  return label;
47420
47420
  };
47421
47421
  ProcessWorkflowTargetComponent.prototype._createCoCauToChucControl = function (field, label) {