Explorar o código

概览页面标签去掉最近接触业务类型和最近接触方式

kouchengxing %!s(int64=3) %!d(string=hai) anos
pai
achega
fdefe4c41c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dgtis-ui/src/views/system/userInfoDetails/index.vue

+ 1 - 1
dgtis-ui/src/views/system/userInfoDetails/index.vue

@@ -237,7 +237,7 @@ export default {
         // 客户标签
           for(var i =0 ;i< 120;i++){
             var label = 'label'+i;
-            if(label != 'label48' && label != 'label49'  && label != 'label55' ){
+            if(label != 'label48' && label != 'label49'  && label != 'label55' && label !='label70' && label !='label71'){
                 if(response.data.custInfo[label] && response.data.custInfo[label] != ""){
                     var data = {
                         name:response.data.custInfo[label],