峰峰执法平台简易案件程序板块 pad端
yang
2022-10-26 1b3f4dd63fe08c6e8a48a635746aec1ea49c9c43
src/views/padSunmaryProcedure/index.vue
@@ -36,13 +36,13 @@
          min-width="22%"
        ></el-table-column>
        <el-table-column
          prop="unitName"
          prop="createTime"
          label="提交时间"
          sortable
          min-width="18%"
        ></el-table-column>
        <el-table-column
          prop="caseSource"
          prop="hanlders"
          label="执法人"
          :show-overflow-tooltip="true"
          min-width="18%"
@@ -109,16 +109,17 @@
    },
    //点击点跳转查看
    rowget(row,column) {
      console.log(row,'row===')
      console.log(column,'column===')
      /*console.log(row,'row===')
      console.log(column,'column===')*/
      // this.$router.push({name: 'process_manage', params: {name: id}})
      this.$router.push({
        path: '/padWord',
        query: {
          id: row.id,
          //id: row.id,
          name:row.casePoint
        }
      })
        this.$store.commit('SET_ID',row.id)
    },
    //打开新增弹框
    getById(){