yuliang 5 jaren geleden
bovenliggende
commit
8d24505b31
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      admin-ui/app/whepi/lingyun/lingyunUser.js
  2. 1 1
      admin-ui/app/whepi/lingyun/lingyunUser2.js

+ 1 - 1
admin-ui/app/whepi/lingyun/lingyunUser.js

@@ -145,7 +145,7 @@ define(function (require) {
                     }
                   },
                   {
-                    text: '导出所有凌云上报', iconCls: 'fa fa-cloud-upload', onClick: function () {
+                    text: '导出人员报表', iconCls: 'fa fa-cloud-upload', onClick: function () {
                       var queryProperties = $form.formGet().queryProperties;
                       var unitId = $form.formGet().unitId;
                       window.open(api('/sweepCode/exSelectLingyunUser?queryProperties='+queryProperties+"&unitId="+unitId));

+ 1 - 1
admin-ui/app/whepi/lingyun/lingyunUser2.js

@@ -127,7 +127,7 @@ define(function (require) {
                     }
                   },
                   {
-                    text: '导出所有凌云上报', iconCls: 'fa fa-cloud-upload', onClick: function () {
+                    text: '导出人员报表', iconCls: 'fa fa-cloud-upload', onClick: function () {
                       var queryProperties = $form.formGet().queryProperties;
                       window.open(api('/sweepCode/exSelectLingyunUser?queryProperties='+queryProperties+"&unitId=0"));
                     }