diff --git a/src/views/modules/custom/evaluateinfo.vue b/src/views/modules/custom/evaluateinfo.vue index c608d843..bdf9e473 100644 --- a/src/views/modules/custom/evaluateinfo.vue +++ b/src/views/modules/custom/evaluateinfo.vue @@ -59,7 +59,7 @@ align="center" show-overflow-tooltip> - + @@ -143,6 +144,12 @@ export default { this.getDataList() }, methods: { + open (content) { + this.$alert(content, '内容', { + confirmButtonText: '确定', + callback: action => {} + }) + }, getOptionsList () { this.$http.get(`/custom/evaluateoption/optionShowList`).then(({ data: res }) => { if (res.code !== 0) {