|
@@ -583,7 +583,7 @@ function renderMayVitalPush(list, inx) {
|
|
|
}
|
|
|
if (list.length > 0 && state != 0) {
|
|
|
moduleNum++
|
|
|
- let { shortStr } = renderItemWrapper(list, num, '体征')
|
|
|
+ let { shortStr,longStr } = renderItemWrapper(list, num, '体征')
|
|
|
$(".moduleItem .item[data-index=" + inx + "]").append("<div class='mayvital'></div>")
|
|
|
$(".moduleItem .item[data-index=" + inx + "] .mayvital").append(shortStr)
|
|
|
$(".moduleItem .item[data-index=" + inx + "] .mayvital").append(renderLongStr(titleConfigH["symptomPush"].name, longStr, titleConfigH["symptomPush"].location))
|
|
@@ -602,7 +602,7 @@ function renderHasVitalPush(list, inx) {
|
|
|
}
|
|
|
if (list.length > 0 && state != 0) {
|
|
|
moduleNum++
|
|
|
- let { shortStr } = renderItemWrapper(list, num, '体征')
|
|
|
+ let { shortStr,longStr } = renderItemWrapper(list, num, '体征')
|
|
|
$(".moduleItem .item[data-index=" + inx + "]").append("<div class='hasvital'></div>")
|
|
|
$(".moduleItem .item[data-index=" + inx + "] .hasvital").append(shortStr)
|
|
|
$(".moduleItem .item[data-index=" + inx + "] .hasvital").append(renderLongStr(titleConfigH["symptomPush"].name, longStr, titleConfigH["symptomPush"].location))
|