3 کامیت‌ها 7bf7afefe6 ... 660bdc23fc

نویسنده SHA1 پیام تاریخ
  yanym 660bdc23fc Merge branch 'div-20251104' of http://git.dgtis.com/qxp/suishenbang-oneportal into div-20251104 3 هفته پیش
  yanym de2f7d96ad Merge branch '弹窗人员增加' into div-20251104 3 هفته پیش
  yanym d5bd4e326a 跑马灯弹窗公告人员修改 3 هفته پیش

+ 1 - 1
suishenbang-admin/src/main/resources/templates/system/alertConfiguration/configuration.html

@@ -163,7 +163,7 @@
                     title : '用户类型',
                     formatter: function(value, row, index) {
                         if (value == 2){
-                            return '立邦员工 经销商 服务商 金牌店';
+                            return '全部人员';
                         } else {
                             var userStr = '';
                             if (value.indexOf('0') != -1){

+ 1 - 1
suishenbang-admin/src/main/resources/templates/system/lantern/lantern.html

@@ -99,7 +99,7 @@
                     title : '公告人员',
                     formatter: function(value, row, index) {
                         if (value == null){
-                            return '立邦员工 经销商 服务商 金牌店';
+                            return '全部人员';
                         } else {
                             var userStr = '';
                             if (value.indexOf('0') != -1){