style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -262,14 +262,14 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, onMounted, computed, nextTick, watch } from 'vue';
|
||||
import { ElMessage, ElMessageBox } from 'element-plus';
|
||||
import {computed, nextTick, onMounted, ref, watch} from 'vue';
|
||||
import {ElMessage, ElMessageBox} from 'element-plus';
|
||||
// Element Plus 图标导入
|
||||
import { User, Download } from '@element-plus/icons-vue';
|
||||
import { patientInfoList } from '../../components/store/patient.js';
|
||||
import { formatDateStr } from '@/utils/index';
|
||||
import {User} from '@element-plus/icons-vue';
|
||||
import {patientInfoList} from '../../components/store/patient.js';
|
||||
import {formatDateStr} from '@/utils/index';
|
||||
import FeeDialog from './FeeDialog.vue';
|
||||
import { addBilling, queryBilling, deleteBilling } from './api.js';
|
||||
import {addBilling, deleteBilling, queryBilling} from './api.js';
|
||||
import useUserStore from '@/store/modules/user';
|
||||
|
||||
// ========== 核心工具函数 ==========
|
||||
|
||||
Reference in New Issue
Block a user