style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -450,12 +450,13 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { patientInfo } from '../../../inpatientDoctor/home/store/patient';
|
||||
import { ElMessage } from 'element-plus';
|
||||
import { getTemperatureType, getTemperatureHistory, addRecord } from '../api/api';
|
||||
import { nextTick } from 'vue';
|
||||
import {patientInfo} from '../../../inpatientDoctor/home/store/patient';
|
||||
import {ElMessage} from 'element-plus';
|
||||
import {addRecord, getTemperatureHistory, getTemperatureType} from '../api/api';
|
||||
import {nextTick} from 'vue';
|
||||
import dayjs from 'dayjs';
|
||||
import moment from 'moment';
|
||||
|
||||
const { proxy } = getCurrentInstance();
|
||||
const {
|
||||
temperature_select_type,
|
||||
|
||||
@@ -82,15 +82,14 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { init } from '@/action/nurseStation/temperatureSheet/line.js';
|
||||
import { patientInfo } from '../../../inpatientDoctor/home/store/patient';
|
||||
import { getVitalSignsInfo } from '../../tprChart/components/api';
|
||||
import { nextTick, onMounted, watch } from 'vue';
|
||||
import { getTemperatureType, temChar } from '../api/api';
|
||||
import {init} from '@/action/nurseStation/temperatureSheet/line.js';
|
||||
import {patientInfo} from '../../../inpatientDoctor/home/store/patient';
|
||||
import {nextTick, onMounted, watch} from 'vue';
|
||||
import {getTemperatureType, temChar} from '../api/api';
|
||||
import moment from 'moment';
|
||||
import AddAttr from './addAttr.vue';
|
||||
import cloneDeep from 'lodash.clonedeep';
|
||||
import { ElMessage } from 'element-plus';
|
||||
import {ElMessage} from 'element-plus';
|
||||
import html2pdf from 'html2pdf.js';
|
||||
|
||||
const attrRef = ref('');
|
||||
|
||||
@@ -13,10 +13,9 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { computed } from 'vue';
|
||||
import inPatientBarDoctorFold from '@/components/patientBar/inPatientBarDoctorFold.vue';
|
||||
import Details from './components/details.vue';
|
||||
import { patientInfo, updatePatientInfo } from '@/views/inpatientNurse/components/store/patient';
|
||||
import {patientInfo, updatePatientInfo} from '@/views/inpatientNurse/components/store/patient';
|
||||
import PatientList from '@/components/PatientList/patient-list.vue';
|
||||
|
||||
// 处理患者选择
|
||||
|
||||
Reference in New Issue
Block a user