소스 검색

Merge branch 'master' of http://192.168.101.4:3000/jiaxiaoqiang/JG-CLIENT-TEMP

ooo 1 년 전
부모
커밋
16deeb24a9
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      src/views/prepare-complete-suit/index.vue

+ 1 - 5
src/views/prepare-complete-suit/index.vue

@@ -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>