From d274e9db5fdadfaec1761ecd76d5e122bd25ddc4 Mon Sep 17 00:00:00 2001
From: qianxj <qianxj15@sina.com>
Date: 星期五, 17 三月 2023 18:15:19 +0800
Subject: [PATCH] qianxj
---
ruoyi-ui/src/views/smartor/svytitle/index.vue | 16 ++++++----------
1 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/ruoyi-ui/src/views/smartor/svytitle/index.vue b/ruoyi-ui/src/views/smartor/svytitle/index.vue
index f0746cd..127f216 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>
--
Gitblit v1.9.3