diff --git a/src/views/ebiz/proposal/ProposalInfo.vue b/src/views/ebiz/proposal/ProposalInfo.vue index 12d7665f0..5dcf3e2f8 100644 --- a/src/views/ebiz/proposal/ProposalInfo.vue +++ b/src/views/ebiz/proposal/ProposalInfo.vue @@ -97,6 +97,9 @@
+
+
+
{{ item.riskName }}
@@ -107,7 +110,9 @@
{{ subItem4.dutyName }}
-
{{ subItem4.dutyStairExplain }}。
+
+
+
{{ subItem4.dutyDetailExplain }}。
@@ -127,7 +132,9 @@
{{ subItem2.dutyName }}
-
{{ subItem2.dutyStairExplain }}。
+
+
+
{{ subItem2.dutyDetailExplain }}。
@@ -381,6 +388,13 @@ export default { next() }, methods: { + initDutyColor(code) { + if (code) { + return code.replace(new RegExp('', 'g'), '') + } else { + return '' + } + }, /* 添加定时器 */ timeOut() { let timer = setInterval(() => {