预住院患者-操作
This commit is contained in:
parent
dc120531dc
commit
1c2ddaf392
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user