预住院患者-操作

This commit is contained in:
shidongli 2024-08-12 15:24:14 +08:00
parent dc120531dc
commit 1c2ddaf392

View File

@ -670,7 +670,7 @@ export default {
patientSource: row.patientSource,
createTime: row.createTime,
age: row.birthDate ? getAge(row.birthDate) : '',
},
});
},
@ -1174,6 +1174,21 @@ export default {
};
</script>
<style lang="scss" scoped>
::v-deep .small-padding .cell{
text-align: end !important;
padding-right: 11px;
}
::v-deep .el-table th.el-table__cell > .cell{
display: contents;
}
::v-deep .el-table--medium .el-table__cell{
text-align: center;
}
.divtitle {
font-size: 16px;
font-weight: 600;