``` refactor(db): 移除SQL语句中的public schema前缀
This commit is contained in:
@@ -535,14 +535,14 @@ function getDisplay(triageLevel) {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
::v-deep .el-dialog_header {
|
||||
:deep(.el-dialog_header) {
|
||||
font-size: 20px;
|
||||
/* 设置字体大小 */
|
||||
color: #ff4500;
|
||||
/* 设置字体颜色 */
|
||||
}
|
||||
|
||||
::v-deep .el-card__body {
|
||||
:deep(.el-card__body) {
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -87,7 +87,8 @@
|
||||
<script setup lang="ts">
|
||||
import Filter from '@/components/TableLayout/Filter.vue';
|
||||
import { getCurrentInstance, onBeforeMount, onMounted, reactive, ref, computed } from 'vue';
|
||||
import { TransferInDialog, SignEntryDialog } from './index';
|
||||
import TransferInDialog from './transferInDialog.vue';
|
||||
import SignEntryDialog from './signEntryDialog.vue';
|
||||
import { getPendingInfo, getBedInfo, getInit, childLocationList, getPractitionerWard } from './api';
|
||||
import { formatDate } from '@/utils/index';
|
||||
import { init } from '../../../basicmanage/consumablesBinding/components/api';
|
||||
|
||||
@@ -1114,7 +1114,7 @@ defineExpose({ refreshTap });
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
::v-deep .el-form-item--default .el-form-item__label {
|
||||
:deep(.el-form-item--default .el-form-item__label) {
|
||||
line-height: 44px;
|
||||
}
|
||||
|
||||
|
||||
@@ -32,7 +32,8 @@
|
||||
<script setup lang="ts">
|
||||
import { getCurrentInstance, nextTick, onBeforeMount, onMounted, reactive, ref } from 'vue';
|
||||
|
||||
import { BedAllocation, TransferInDialog, SignEntryDialog, TransferOut } from './components/index';
|
||||
import BedAllocation from './components/bedAllocation.vue';
|
||||
import TransferOut from './components/transferOut.vue';
|
||||
// const { proxy } = getCurrentInstance()
|
||||
// const emits = defineEmits([])
|
||||
// const props = defineProps({})
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -315,7 +315,7 @@ function deletePrescription(index) {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
::v-deep .business-temperature .el-icon-arrow-down {
|
||||
:deep(.business-temperature .el-icon-arrow-down) {
|
||||
font-size: 12px;
|
||||
}
|
||||
.business1 {
|
||||
@@ -337,7 +337,7 @@ function deletePrescription(index) {
|
||||
display: grid;
|
||||
grid-template-columns: 59px 1px 780px;
|
||||
}
|
||||
::v-deep .business-temperature-sheet .el-icon-arrow-down {
|
||||
:deep(.business-temperature-sheet .el-icon-arrow-down) {
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
@@ -763,7 +763,7 @@ const onCancle = () => {
|
||||
margin-top: 10px;
|
||||
background: red;
|
||||
height: calc(100vh - 280px);
|
||||
.custom-header-table ::v-deep .el-table__header-wrapper th {
|
||||
.custom-header-table :deep(.el-table__header-wrapper th) {
|
||||
background-color: #f5f7fa;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
@@ -610,7 +610,7 @@ function closePatientDetialDialog(str) {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
::v-deep .business-temperature .el-icon-arrow-down {
|
||||
:deep(.business-temperature .el-icon-arrow-down) {
|
||||
font-size: 12px;
|
||||
}
|
||||
.business1 {
|
||||
@@ -632,7 +632,7 @@ function closePatientDetialDialog(str) {
|
||||
display: grid;
|
||||
grid-template-columns: 59px 1px 780px;
|
||||
}
|
||||
::v-deep .business-temperature-sheet .el-icon-arrow-down {
|
||||
:deep(.business-temperature-sheet .el-icon-arrow-down) {
|
||||
font-size: 12px;
|
||||
}
|
||||
#chart {
|
||||
|
||||
Reference in New Issue
Block a user