Преглед на файлове

Merge branch 'master' of http://192.168.1.220:10080/raolu/PC-prescription

raolu преди 7 години
родител
ревизия
f6757804c8
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 2 2
      js/util.js
  2. 1 1
      prescription-detail.html

+ 2 - 2
js/util.js

@ -184,7 +184,7 @@ function getDaysRemaining(item) {
		}
		return remain
	} else {
		return '<span style="color: #ff3b30;">-</span>'
		return '<span style="color: #ff3b30;">-</span>';
	}
}
@ -192,7 +192,7 @@ function getReviewResultName(status) {
	if(status == -2) {
		return "删除"
	} else if(status == -1) {
		return "审核失败"
		return "审核未成功"
	} else if(status == 0) {
		return "待审核"
	} else if(status == 1) {

+ 1 - 1
prescription-detail.html

@ -236,7 +236,7 @@
		            	</tr>
		            	<tr>
		            		<td>审核结果:<span class="c-333">{{reviewed.status | getReviewResultName}}</span></td>
		            		<td></td>
		            		<td>原因:<span class="c-333">{{reviewed.reason}}</span></td>
		            	</tr>
		            </table>
		        </div>