From f35da7050efeaff1fd442c233008fdc00b10851f Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 18 七月 2022 18:04:33 +0800
Subject: [PATCH] 1.优化项目修改bug2.实现缺陷前端页面
---
src/views/zlgl/wljy.vue | 43 +++++++++++++++++++++++++++++++++++--------
1 files changed, 35 insertions(+), 8 deletions(-)
diff --git a/src/views/zlgl/wljy.vue b/src/views/zlgl/wljy.vue
index 0361a54..21dc8c2 100644
--- a/src/views/zlgl/wljy.vue
+++ b/src/views/zlgl/wljy.vue
@@ -1,11 +1,38 @@
-<template />
+<!--<template>-->
+<!-- <div>-->
+<!-- <div style="margin: 100px;">-->
+<!-- <import-picker ref="importPickerFunc" :shows.sync="shows" :title="title_value" :colos="colos" :code="code" />-->
+<!-- </div>-->
+<!-- </div>-->
+<!--</template>-->
-<script>
-export default {
- name: 'Wljy'
-}
-</script>
+<!--<script>-->
+<!--import ImportPicker from '@/components/ImportPicker'-->
-<style scoped>
+<!--export default {-->
+<!-- name: 'Wljy',-->
+<!-- components: {-->
+<!-- ImportPicker-->
+<!-- },-->
+<!-- data() {-->
+<!-- return {-->
+<!-- title_value: '鏁版嵁瀵煎叆 / 鐢ㄦ埛瑙掕壊',-->
+<!-- code: '2',-->
+<!-- shows: false-->
+<!-- }-->
+<!-- },-->
+<!-- mounted() {-->
+<!-- this.shows = true-->
+<!-- this.$refs.importPickerFunc.newDataFunc()-->
+<!-- },-->
+<!-- methods: {-->
+<!-- colos() {-->
+<!-- this.shows = false-->
+<!-- }-->
+<!-- }-->
+<!--}-->
+<!--</script>-->
-</style>
+<!--<style scoped>-->
+
+<!--</style>-->
--
Gitblit v1.9.3