style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -662,8 +662,8 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, nextTick } from 'vue';
|
||||
import { listPatient, addVitalSigns } from './api';
|
||||
import {ref} from 'vue';
|
||||
import {addVitalSigns, listPatient} from './api';
|
||||
import moment from "moment";
|
||||
|
||||
const { proxy } = getCurrentInstance();
|
||||
|
||||
@@ -139,13 +139,13 @@
|
||||
// import PatientInfo from '@/components/PatientInfo'
|
||||
import html2pdf from 'html2pdf.js';
|
||||
import cloneDeep from 'lodash.clonedeep';
|
||||
import { init } from '@/action/nurseStation/temperatureSheet/line.js';
|
||||
import {init} from '@/action/nurseStation/temperatureSheet/line.js';
|
||||
import temperatureSheet from '../../../components/Auto/printBills/temperatureSheet';
|
||||
import addTprDialog from './components/addTprDialog.vue';
|
||||
// import printJS from 'print-js';
|
||||
import { formatDateStr } from '@/utils';
|
||||
import {formatDateStr} from '@/utils';
|
||||
import moment from 'moment';
|
||||
import { listPatient, getVitalSignsInfo } from './components/api';
|
||||
import {getVitalSignsInfo, listPatient} from './components/api';
|
||||
import useUserStore from '@/store/modules/user';
|
||||
// import { getSignsCharts } from '@/api/signsManagement'
|
||||
// import { date } from 'jszip/lib/defaults'
|
||||
|
||||
Reference in New Issue
Block a user