diff --git a/src/views/manage/components/cardlist.vue b/src/views/manage/components/cardlist.vue index 3f4aac0..2f451cf 100644 --- a/src/views/manage/components/cardlist.vue +++ b/src/views/manage/components/cardlist.vue @@ -3,8 +3,8 @@
- - + +
张三
@@ -13,7 +13,9 @@ | 64岁 - 出院 + + 预住院 +
诊断名称: @@ -152,6 +154,26 @@ export default { right: 10px; top: 16px; + //预住院 + .yzy { + background-color: #E8F4EC; + color: #2FB844; + border: 1.5px solid #2FB844; + border-radius: 2px; + padding: 3px 5px; + margin-left: 4px; + } + + //门诊 + .mz { + background-color: #DFE4F6; + color: #2D56FB; + border: 1.5px solid #2D56FB; + border-radius: 2px; + padding: 3px 5px; + margin-left: 4px; + } + // 在院 .zy { background-color: #DEEDF4; @@ -194,7 +216,6 @@ export default { top: 16px; } } - } } \ No newline at end of file