|
|
@ -103,10 +103,10 @@ export default { |
|
|
|
}).catch(() => {}) |
|
|
|
}, |
|
|
|
imgTypeFormat (row, column) { |
|
|
|
if (row.imgType === '0') { |
|
|
|
return '志愿者咨询热线' |
|
|
|
} else { |
|
|
|
return ' ' |
|
|
|
for (var property in this.optionImgType) { |
|
|
|
if (row.imgType === this.optionImgType[property].dictValue) { |
|
|
|
return this.optionImgType[property].dictName |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|