``` refactor(db): 移除SQL语句中的public schema前缀
This commit is contained in:
@@ -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({})
|
||||
|
||||
Reference in New Issue
Block a user