From ca7fdbb2a6a040d4b9e8c424b6ee89a3498606d1 Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Mon, 20 Apr 2020 15:59:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/custom/evaluateinfo.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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) {