qianxj
2023-03-17 d274e9db5fdadfaec1761ecd76d5e122bd25ddc4
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>