车辆管理界面搭建
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div class="p-2 flex storeRoomBox">
|
||||
<Pageheader title="储藏室管理"></Pageheader>
|
||||
<transition :enter-active-class="proxy?.animate.searchAnimate.enter" :leave-active-class="proxy?.animate.searchAnimate.leave">
|
||||
<div v-show="showSearch" class="mb-[10px]">
|
||||
<el-card shadow="hover">
|
||||
@@ -117,6 +118,7 @@
|
||||
</template>
|
||||
|
||||
<script setup name="Storeroom" lang="ts">
|
||||
import Pageheader from '@/components/Pageheader/index.vue';
|
||||
import { listStoreroom, getStoreroom, delStoreroom, addStoreroom, updateStoreroom } from '@/api/system/storeroom/index';
|
||||
import { StoreroomVO, StoreroomQuery, StoreroomForm } from '@/api/system/storeroom/types';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user