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.
- package/bundles/tnx-shared.umd.js +1 -1
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/components/workflow/process-workflow-target/process-workflow-target.component.js +2 -2
- package/fesm2015/tnx-shared.js +1 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -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 ?
|
|
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) {
|