基于廊坊系统为基础,国防科技大学系统演示Demo
surprise
2024-04-30 c70733d91674915623da7a85ddfa90165cc8641e
src/views/comm/planFormulation/planFormulation.vue
@@ -1,7 +1,10 @@
<template>
  <div class="dictionaryBox">
    <My-bread :list="[
    <iframe :src="url"
            width="100%"
            height="100%"></iframe>
    <!-- <My-bread :list="[
        `通信方案筹划`,
        `通信方案拟制`,
      ]"></My-bread>
@@ -101,7 +104,7 @@
                   size="small"
                   @click="handleClose">确 定</el-button>
      </span>
    </el-dialog>
    </el-dialog> -->
  </div>
</template>
@@ -140,13 +143,16 @@
      title: "",
      editFrom: {
        types: "",
      }
      },
      url: null,
    };
  },
  watch: {
  },
  created () {
    this.url=thinkManageurl;
    console.log(this.ur);
    this.setTableDataStart();
  },
  methods: {
@@ -210,9 +216,9 @@
<style lang="less" scoped>
//@import url(); 引入公共css类
.dictionaryBox {
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  // padding: 10px;
  background: #f4f8ff;
  margin: 10px;
  border-radius: 5px;