소스 검색

修复:es6语法

yezehua 5 년 전
부모
커밋
2f05b64bc1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/statistics/js/service-sheet-analysis.js

+ 1 - 1
app/statistics/js/service-sheet-analysis.js

@ -191,7 +191,7 @@ new Vue({
			}
			this.tableData.splice(index + 1, len);
		},
		customFieldColumn (h, { column, $index }) {
		customFieldColumn: function (h, { column, $index }) {
            return h('span', {style:'height:23px;line-height:28px;'}, [
                h('el-popover', { props: { placement: 'top', width: '200',trigger: 'hover', content: '评价均分=“已完成”工单总评分/“已完成”工单数量' }}, [
                    h('span', {slot: 'reference',class:'font-normal'}, ['评价均分(分)',h('span',{class:'wenhao'},'....')])