style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -167,9 +167,9 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, computed, watch } from 'vue';
|
||||
import { Search, Refresh, Expand, Fold } from '@element-plus/icons-vue';
|
||||
import type { ElScrollbar } from 'element-plus';
|
||||
import {computed, ref, watch} from 'vue';
|
||||
import {Expand, Fold, Refresh, Search} from '@element-plus/icons-vue';
|
||||
import type {ElScrollbar} from 'element-plus';
|
||||
|
||||
interface PatientCardItem {
|
||||
encounterId: string;
|
||||
|
||||
Reference in New Issue
Block a user