Browse Source

跑马灯弹窗公告人员修改

yanym 3 weeks ago
parent
commit
d5bd4e326a

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

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

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

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