caipin 5 年之前
父節點
當前提交
89658ca9ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      global/js/cloud/buildHtml.js

+ 1 - 1
global/js/cloud/buildHtml.js

@@ -39,7 +39,7 @@ function buildCuringInfo(data){
 
     var html=' ' +
         ' <div class="form-header">' +
-        ' <div class="d-flex justify-content-between"><span class="text-muted">通行账号</span></div> ' ;
+        ' <div class="d-flex justify-content-between"><span class="text-muted">养护用户</span></div> ' ;
 
     if(data.mobile==''){
         html+='<legend>'+setUndefined(data.email)+'</legend> ';