Browse Source

!12 更新统计列表页,显示其他选项label和输入框内容

Merge pull request !12 from 我是策诗源/N/A
old
马哥 4 years ago
committed by Gitee
parent
commit
114c767266
  1. 4
      src/views/form/statistics/item.vue

4
src/views/form/statistics/item.vue

@ -46,6 +46,10 @@ export default {
return this.resultData ? this.resultData['processData'] : {} return this.resultData ? this.resultData['processData'] : {}
}, },
getItemValue() { getItemValue() {
if(this.processData[`field${this.fieldItemId}other`]){
// lable+
return this.processData[`field${this.fieldItemId}`] + ':'+this.processData[`field${this.fieldItemId}other`]
}
return this.processData[`field${this.fieldItemId}`] ? this.processData[`field${this.fieldItemId}`] : '' return this.processData[`field${this.fieldItemId}`] ? this.processData[`field${this.fieldItemId}`] : ''
} }
} }

Loading…
Cancel
Save