style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
</template>
|
||||
<script>
|
||||
import PfPatientCard from './PfPatientCard'
|
||||
|
||||
export default {
|
||||
name: 'PfPatientCardB',
|
||||
components: { PfPatientCard },
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
</template>
|
||||
<script>
|
||||
import emptyBed from '@/assets/png/emptyBed.png'
|
||||
|
||||
export default {
|
||||
name: 'TriageTicket',
|
||||
props: {
|
||||
|
||||
@@ -61,7 +61,8 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { getLodop } from '../../../plugins/print/LodopFuncs'
|
||||
import {getLodop} from '../../../plugins/print/LodopFuncs'
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
@@ -86,7 +86,8 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { getLodop } from '../../../plugins/print/LodopFuncs'
|
||||
import {getLodop} from '../../../plugins/print/LodopFuncs'
|
||||
|
||||
export default {
|
||||
props: {
|
||||
printData: {
|
||||
|
||||
@@ -47,7 +47,8 @@
|
||||
</template>
|
||||
<script>
|
||||
// import QRCode from 'qrcodejs2'
|
||||
import { getLodop } from '../../../plugins/print/LodopFuncs'
|
||||
import {getLodop} from '../../../plugins/print/LodopFuncs'
|
||||
|
||||
export default {
|
||||
name: 'VuePrintNb',
|
||||
props: {
|
||||
|
||||
@@ -60,7 +60,8 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { getLodop } from '../../../plugins/print/LodopFuncs'
|
||||
import {getLodop} from '../../../plugins/print/LodopFuncs'
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
<script>
|
||||
import Print from 'vue-print-nb'
|
||||
import injectLabel from './injectLabel'
|
||||
|
||||
export default {
|
||||
components: { injectLabel },
|
||||
props: {
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
import Print from 'vue-print-nb'
|
||||
import orderSheet from './orderSheet'
|
||||
import exeOrderSheet from './exeOrderSheet'
|
||||
|
||||
export default {
|
||||
name: 'VuePrintNb',
|
||||
components: { orderSheet, exeOrderSheet },
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
</template>
|
||||
<script>
|
||||
import JsBarcode from 'jsbarcode';
|
||||
|
||||
export default {
|
||||
name: 'TriageTicket',
|
||||
props: {
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<script>
|
||||
import Print from 'vue-print-nb'
|
||||
import triageTicketNew from './triageTicketNew'
|
||||
|
||||
export default {
|
||||
components: { triageTicketNew },
|
||||
props: {
|
||||
|
||||
@@ -117,7 +117,8 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { getLodop } from '../../../plugins/print/LodopFuncs'
|
||||
import {getLodop} from '../../../plugins/print/LodopFuncs'
|
||||
|
||||
export default {
|
||||
name: 'VuePrintNb',
|
||||
props: {
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
</template>
|
||||
<script>
|
||||
import QRCode from 'qrcodejs2'
|
||||
import { getLodop } from '../../../plugins/print/LodopFuncs'
|
||||
import {getLodop} from '../../../plugins/print/LodopFuncs'
|
||||
|
||||
export default {
|
||||
name: 'WristPrint',
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user