From 8b50c0466a9453472871da617abc647c39b903dc Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期五, 24 三月 2023 20:33:49 +0800
Subject: [PATCH] yxh

---
 ruoyi-ui/src/views/smartor/svytitle/index.vue |   18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/ruoyi-ui/src/views/smartor/svytitle/index.vue b/ruoyi-ui/src/views/smartor/svytitle/index.vue
index f0746cd..52476c0 100644
--- a/ruoyi-ui/src/views/smartor/svytitle/index.vue
+++ b/ruoyi-ui/src/views/smartor/svytitle/index.vue
@@ -14,16 +14,12 @@
       <el-button size="small" type1="primary" @click="handleQueryGrid">琛ㄦ绱�</el-button>
       <el-button size="small" type1="primary" @click="handleQueryTree">鏍戞绱�</el-button>
     </div>
-    <div id="content" />
-
-    <!--el-container style="display:none">
-      <el-aside width="200px">
-        <el-tree :data="data" :props="defaultProps" @node-click="handleNodeClick"></el-tree>
-      </el-aside>
-      <el-main>
-        <div is='dw_topic' />
-      </el-main>
-    </el-container-->
+    <div id="content">
+      <div v-for="(item,i) in svytitleList" :key="i" style="margin-left:12pt;margin-top:12pt">
+            <a style="color:#000080;font-size:11pt">{{item.svyname}}({{item.version}})</a>
+            <div>{{item.description}}</div>
+       </div>
+    </div>
   </div>
 </template>
 <style> 
@@ -257,7 +253,7 @@
   },
   components:
   {
-    dw_topic: () => import("@/smartor/dataobject/dw_ivrtopic_view.vue")
+    dw_topic: () => import("@/smartor/dataobject/dw_svytopic_view.vue")
   }
 };
 </script>

--
Gitblit v1.9.3