峰峰执法平台简易案件程序板块 pad端
yang
2022-10-26 d8896d6d303d466e613aee1c53d9603edacf0aeb
src/views/padSunmaryProcedure/padWord.vue
@@ -3,19 +3,18 @@
    <div id="navs">
      <el-button icon="el-icon-arrow-left" @click="goHome">返回</el-button>
      <div>{{ name1 }}</div>
      <p>{{id}}</p>
      <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-tab-pane label="调查询问笔录" name="first">
        <BiLu v-if="activeName == 'first'" :id="id"></BiLu>
        <BiLu v-if="id" :id="id"></BiLu>
      </el-tab-pane>
      <el-tab-pane label="责令限期改正通知书" name="second">
        <GaiZheng v-if="activeName == 'second'" :id="id"></GaiZheng>
        <GaiZheng v-if="id" :id="id"></GaiZheng>
      </el-tab-pane>
      <el-tab-pane label="处罚决定书" name="third">
        <JueDingShu v-if="activeName == 'third'" :id="id"></JueDingShu>
        <JueDingShu v-if="id" :id="id"></JueDingShu>
      </el-tab-pane>
    </el-tabs>
  </div>
@@ -41,7 +40,7 @@
        id:''
      },
      name1: "",
      activeName: 'second'
      activeName: 'first'
    }
  },
  created() {
@@ -60,9 +59,9 @@
      })
    },
    submit() {
      /*submitcase(this.id).then(res => {
      submitcase(this.id).then(res => {
        this.goHome()
      })*/
      })
    },
    /*goToBL() {
      this.$router.push({