``` refactor(db): 移除SQL语句中的public schema前缀

This commit is contained in:
2025-12-30 00:02:59 +08:00
parent a080b4294c
commit a1e07a204b
234 changed files with 3200 additions and 2831 deletions

View File

@@ -275,36 +275,36 @@ const handleSelectionChange = (selection) => {
color: #666;
}
::v-deep .el-table__indent {
:deep(.el-table__indent) {
display: none !important;
}
::v-deep .el-table__placeholder {
:deep(.el-table__placeholder) {
display: none !important;
}
::v-deep .el-table__expanded-cell {
:deep(.el-table__expanded-cell) {
padding: 0 !important;
}
::v-deep .el-table__expanded-cell .el-table__cell {
:deep(.el-table__expanded-cell .el-table__cell) {
padding: 0 !important;
}
::v-deep .el-table__expanded-cell .el-table__cell .patient-name {
:deep(.el-table__expanded-cell .el-table__cell .patient-name) {
margin-left: 4px;
}
::v-deep .cell {
:deep(.cell) {
padding-left: 0 !important;
padding-right: 0 !important;
}
::v-deep .el-table__expanded-cell {
:deep(.el-table__expanded-cell) {
padding: 0 !important;
}
::v-deep .el-table__expanded-cell .el-table__cell .patient-name {
:deep(.el-table__expanded-cell .el-table__cell .patient-name) {
margin-left: 4px;
}
</style>

View File

@@ -275,36 +275,36 @@ const handleSelectionChange = (selection) => {
color: #666;
}
::v-deep .el-table__indent {
:deep(.el-table__indent) {
display: none !important;
}
::v-deep .el-table__placeholder {
:deep(.el-table__placeholder) {
display: none !important;
}
::v-deep .el-table__expanded-cell {
:deep(.el-table__expanded-cell) {
padding: 0 !important;
}
::v-deep .el-table__expanded-cell .el-table__cell {
:deep(.el-table__expanded-cell .el-table__cell) {
padding: 0 !important;
}
::v-deep .el-table__expanded-cell .el-table__cell .patient-name {
:deep(.el-table__expanded-cell .el-table__cell .patient-name) {
margin-left: 4px;
}
::v-deep .cell {
:deep(.cell) {
padding-left: 0 !important;
padding-right: 0 !important;
}
::v-deep .el-table__expanded-cell {
:deep(.el-table__expanded-cell) {
padding: 0 !important;
}
::v-deep .el-table__expanded-cell .el-table__cell .patient-name {
:deep(.el-table__expanded-cell .el-table__cell .patient-name) {
margin-left: 4px;
}
</style>