峰峰执法平台简易案件程序板块 pad端
Two
yang
2022-10-26 9b964f286f78aa75b2b1badb6361c63bdd95e545
src/views/padSunmaryProcedure/padWord.vue
@@ -1,11 +1,12 @@
<template>
  <div style="width: 100vw;height: 100%;overflow: auto;font-size: 20px">
  <div style="width: 100%;height: 100%;overflow: auto;">
    <div id="navs">
      <el-button icon="el-icon-arrow-left" @click="goHome">返回</el-button>
      <div>{{ name1 }}</div>
      <el-button icon="el-icon-upload el-icon--right" @click="submit">提交</el-button>
    </div>
    <el-tabs type="border-card" style="margin-top: 10px!important;" v-model="activeName" @tab-click="handleClick" :stretch="true">
    <el-tabs type="border-card" style="margin-top: 10px!important;" v-model="activeName" @tab-click="handleClick"
             :stretch="true">
      <el-tab-pane label="调查询问笔录" name="first">
        <BiLu :id="id"></BiLu>
      </el-tab-pane>
@@ -41,8 +42,10 @@
  },
  created() {
    if (this.$route.query) {
      // this.$nextTick(() => {
      this.id = this.$route.query.id
      this.name1 = this.$route.query.name
      // })
    }
  },
  methods: {
@@ -52,10 +55,9 @@
      })
    },
    submit(){
      /*submitcase().then(res =>{
      submitcase(this.id).then(res => {
        this.goHome()
      })*/
      this.goHome()
      })
    },
    /*goToBL() {
      this.$router.push({
@@ -72,16 +74,19 @@
}
</script>
<style lang="scss" scoped>
<style lang="scss">
.el-tabs__content{
  height: calc(100vh - 110px);
  overflow-y: auto;
}
#navs{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#box {
  width: 80%;
  display: flex;