Tcsm
2023-05-29 ebe31a83ee1c76bfc6546e8b60ae5cf90c554346
ruoyi-ui/src/views/honor/index.vue
@@ -574,12 +574,24 @@
    },
    //类别选择
    getSrc(type) {
      if (type === '出生证'){
      if (type === 1){
        return '出生证'
      }else if(type === '牙科'){
        return '牙科'
      }else if(type === '内科'){
        return '内科'
      }else if(type === 2){
        return '学生证'
      }else if(type === 3){
        return '毕业证'
      }else if(type === 4){
        return '结婚证'
      }else if(type === 5){
        return '户口簿'
      }else if(type === 6){
        return '独生子女证'
      }else if(type === 7){
        return '高级职称'
      }else if(type === 8){
        return '护照'
      }else if(type === 9){
        return '通行证'
      }else {
        return '其它'
      }
@@ -661,7 +673,7 @@
    /** 查看详细信息 */
    handleCheck(row){
      const id = row.id;
      this.$router.push("/self/honor/honorInfo/" + id);
      this.$router.push("/self/Honor/honorInfo/" + id);
    },
    /** 修改按钮操作 */
    handleUpdate(row) {
@@ -669,7 +681,7 @@
      let jd = true
      this.$router.push({
        path:"/self/honor/honorInfo/" + id,
        path:"/self/Honor/honorInfo/" + id,
        query:{
          detail:jd
        }