Improve settings contrast and add plain phase
This commit is contained in:
@@ -121,7 +121,7 @@ function sortArrow(direction) {
|
||||
}
|
||||
|
||||
function phaseLabel(value) {
|
||||
return { arterial: "动脉期", portal_venous: "门静脉期", delayed: "延迟期", unknown: "无法判别" }[value] || "";
|
||||
return { plain: "平扫", arterial: "动脉期", portal_venous: "门静脉期", delayed: "延迟期", unknown: "无法判别" }[value] || "";
|
||||
}
|
||||
|
||||
function chestWindowLabel(value) {
|
||||
|
||||
Reference in New Issue
Block a user