Ver código fonte

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

raolu 7 anos atrás
pai
commit
f6757804c8
2 arquivos alterados com 3 adições e 3 exclusões
  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>