Ver Fonte

Merge branch 'master' of http://wcollector.idatabank.com:5230/dbs289/LifeCenter.git

huiwon.seo há 4 anos atrás
pai
commit
74762b20ba
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main/webapp/WEB-INF/jsp/clinic/state.jsp

+ 1 - 1
src/main/webapp/WEB-INF/jsp/clinic/state.jsp

@@ -77,7 +77,7 @@ function retrieveStateData(page) {
 								html += '<div class="col-lg-2 col-md-6 mb-4">';
 								html += '	<div class="patients-stats" data-url="./info?patientIdx='+d.patientIdx+'">';
 								html += '		<div class="name">';
-								html += '			'+d.roomNumber+'('+d.patientName+')';
+								html += '			'+d.wardNumber+'/'+d.roomNumber+'('+d.patientName+')';
 								html += '			<div class="check">';
 								html += '				<ul>';
 								if (d.memoCount > 0) {