style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { computed } from 'vue'
|
||||
import {computed} from 'vue'
|
||||
|
||||
const props = defineProps({
|
||||
tagId: {
|
||||
type: String,
|
||||
|
||||
@@ -130,9 +130,10 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { ref, watch } from 'vue';
|
||||
import {ref} from 'vue';
|
||||
import BallTag from './components/BallTag.vue';
|
||||
import { patientInfo } from '@/views/inpatientDoctor/home/store/patient.js';
|
||||
import {patientInfo} from '@/views/inpatientDoctor/home/store/patient.js';
|
||||
|
||||
interface Props {
|
||||
visitCode?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user