From d17d05f0a9fc74d97bd34643023501aa04b572fb Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Thu, 2 Dec 2021 17:15:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E6=A0=87=E8=AF=84=E4=BB=B7=E8=8D=89?= =?UTF-8?q?=E7=A8=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../otherBussStandardDetails/index.vue | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index d215e83d8..cf109226c 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -22,6 +22,56 @@ style="border-top:none;position: absolute;right: 36px;">
+ 企标评价 + + + + + + + + + + + + + + + + + + + 更新记录 @@ -987,6 +1037,19 @@ export default { }, data () { return { + targetScore: '', + businessCommentDialog: false, + businessCommentForm: {}, + revise: '', + businessCommentTable: [{ + commentTarget: '企业标准内容完整、要求合理(指标、流程等。)', + }, { + commentTarget: '企业标准便于实施应用', + }, { + commentTarget: '标准编写规范,内容清晰易理解', + }, { + commentTarget: '标准对我的实际工作很有帮助', + }], activeNames: ['基础信息','过程稿件','实施日期'], activeState: true, visiblePlanCheck: false, @@ -1194,6 +1257,9 @@ export default { watch: { }, methods: { + targetScoreChange(row){ + console.log('1234',row) + }, child1Func(child1){ const list = [] if(child1 && child1.length > 1){