Browse Source

更新分词显示效果,更新对疾病的处理

MarkHuang 6 years ago
parent
commit
b4e4f82d87
1 changed files with 2 additions and 2 deletions
  1. 2 2
      push-web/src/main/resources/static/pages/relation/sample.html

+ 2 - 2
push-web/src/main/resources/static/pages/relation/sample.html

@@ -494,7 +494,7 @@
                                         past_h += "<td>";
                                         if (past.pds != null) {
                                             $.each(past.pds, function (pd_index, pd) {
-                                                past_h += pd.value + pd.unit + " ";
+                                                past_h += pd.value + pd.unit + ", ";
                                             });
                                         }
                                         past_h += "</td></tr>";
@@ -571,7 +571,7 @@
                                         treat_h += "<td>";
                                         if (treat.pds != null) {
                                             $.each(treat.pds, function (pd_index, pd) {
-                                                treat_h += pd.value + pd.unit + " ";
+                                                treat_h += pd.value + pd.unit + ", ";
                                             });
                                         }
                                         treat_h += "</td></tr>";