style(flowable): 优化流程相关代码的import顺序和代码结构
This commit is contained in:
@@ -106,10 +106,10 @@
|
||||
</template>
|
||||
|
||||
<script setup name="historicalPrescription">
|
||||
import { ref } from 'vue';
|
||||
import { getPrescriptionPageInfo } from './component/api';
|
||||
import historicalPrescriptionDetail from './component/details.vue';
|
||||
import {ref} from 'vue';
|
||||
import {getPrescriptionPageInfo} from './component/api';
|
||||
import Prescription from './component/prescription.vue';
|
||||
|
||||
const { proxy } = getCurrentInstance();
|
||||
|
||||
const { item_category_code } = proxy.useDict('item_category_code');
|
||||
|
||||
Reference in New Issue
Block a user