style(flowable): 优化流程相关代码的import顺序和代码结构

This commit is contained in:
2025-12-30 15:11:32 +08:00
parent 54cde91aac
commit d1670b79a0
2528 changed files with 7710 additions and 10794 deletions

View File

@@ -12,6 +12,7 @@
</template>
<script>
import PfPatientCard from './PfPatientCard'
export default {
name: 'PfPatientCardB',
components: { PfPatientCard },

View File

@@ -29,6 +29,7 @@
</template>
<script>
import emptyBed from '@/assets/png/emptyBed.png'
export default {
name: 'TriageTicket',
props: {

View File

@@ -61,7 +61,8 @@
</div>
</template>
<script>
import { getLodop } from '../../../plugins/print/LodopFuncs'
import {getLodop} from '../../../plugins/print/LodopFuncs'
export default {
data() {
return {

View File

@@ -86,7 +86,8 @@
</div>
</template>
<script>
import { getLodop } from '../../../plugins/print/LodopFuncs'
import {getLodop} from '../../../plugins/print/LodopFuncs'
export default {
props: {
printData: {

View File

@@ -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: {

View File

@@ -60,7 +60,8 @@
</div>
</template>
<script>
import { getLodop } from '../../../plugins/print/LodopFuncs'
import {getLodop} from '../../../plugins/print/LodopFuncs'
export default {
data() {
return {

View File

@@ -12,6 +12,7 @@
<script>
import Print from 'vue-print-nb'
import injectLabel from './injectLabel'
export default {
components: { injectLabel },
props: {

View File

@@ -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 },

View File

@@ -26,6 +26,7 @@
</template>
<script>
import JsBarcode from 'jsbarcode';
export default {
name: 'TriageTicket',
props: {

View File

@@ -16,6 +16,7 @@
<script>
import Print from 'vue-print-nb'
import triageTicketNew from './triageTicketNew'
export default {
components: { triageTicketNew },
props: {

View File

@@ -117,7 +117,8 @@
</div>
</template>
<script>
import { getLodop } from '../../../plugins/print/LodopFuncs'
import {getLodop} from '../../../plugins/print/LodopFuncs'
export default {
name: 'VuePrintNb',
props: {

View File

@@ -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() {