| | |
| | | // 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)) |