yxh
yxh
2023-03-24 8b50c0466a9453472871da617abc647c39b903dc
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>