|
@@ -29,14 +29,10 @@
|
|
|
import First from "./components/first.vue";
|
|
|
import StorageOut from "@/views/storage-out/index.vue";
|
|
|
import Third from "./components/third.vue";
|
|
|
-import ShowInfo from "./popUpView/showInfo.vue";
|
|
|
import { TabsPaneContext } from "element-plus";
|
|
|
|
|
|
-import ShowInfo from "./firstPopUpView/showInfo.vue";
|
|
|
const activeName = ref("first");
|
|
|
-const handleClick = (tab: TabsPaneContext, event: Event) => {
|
|
|
-
|
|
|
-};
|
|
|
+const handleClick = (tab: TabsPaneContext, event: Event) => {};
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|