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){