hailu
2021-09-28 7b56a5aded854b0d81fe4b802346bf9ead8098b3
update
1个文件已修改
43 ■■■■■ 已修改文件
src/view/FirstRepayment/reportQuality.vue 43 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/FirstRepayment/reportQuality.vue
@@ -1312,6 +1312,49 @@
          //  this.analysisDataColumnstab2[i].children[0].children[0].slot = 'action' + i
            this.analysisDataColumnstab2[i].children[0].children[0].minWidth=300
            this.analysisDataColumnstab2[i].children[0].children[0].align="right"
            this.analysisDataColumnstab2[i].children[0].children[0].render=(h,params)=>{
              if(params.row.AnalyzeFlag===0){
                return h('span',params.row[`DataCol${i}`])
              }else if(params.row.AnalyzeFlag===1){
                return h('div', [
                  h('Icon',{
                    props: {
                      custom: 'ivu-icon custom custom-dui',
                      color: 'rgb(26, 250, 41)',
                      size: '25'
                    },
                    class: {iconClass: true}
                  }),
                  h('Tooltip', {
                    props: {
                      content: params.row[`DataCol${params.index}`],
                      transfer: true,
                      placement: 'top'
                    }
                  }, [
                  ])
                ])
              }else if(params.row.AnalyzeFlag===2){
                return h('div', [
                  h('Icon',{
                    props: {
                      custom:'ivu-icon  custom custom-cuo',
                      color: 'rgb(216, 30, 6)',
                      size: '25'
                    },
                    class: {iconClass: true}
                  }),
                  h('Tooltip', {
                    props: {
                      content: params.row[`DataCol${params.index}`],
                      transfer: true,
                      placement: 'top'
                    }
                  }, [
                  ])
                ])
              }
            }
          }
          if(res.data.Data.currentinfo!=null){
            this.financialmyadd=JSON.parse(JSON.stringify(res.data.Data.currentinfo))