diff --git a/src/apps/AppWarningMonitoring/detail.vue b/src/apps/AppWarningMonitoring/detail.vue index c1465dac..a3cb27f9 100644 --- a/src/apps/AppWarningMonitoring/detail.vue +++ b/src/apps/AppWarningMonitoring/detail.vue @@ -121,7 +121,10 @@
-
处理结果
+
+ 走访核实 + 处理结果 +
@@ -130,7 +133,7 @@ export default { data() { return { - + type: 0, } }, methods: { @@ -254,6 +257,7 @@ export default { background: #3192F4; color: #FFF; z-index: 9; + font-size: 32px; } } \ No newline at end of file diff --git a/src/apps/AppWarningMonitoring/result.vue b/src/apps/AppWarningMonitoring/result.vue index 895d12ba..e17efb82 100644 --- a/src/apps/AppWarningMonitoring/result.vue +++ b/src/apps/AppWarningMonitoring/result.vue @@ -3,7 +3,7 @@
- *处理结果 + *处理意见处理结果
@@ -28,6 +28,10 @@
+
+ 提交 +
+ @@ -36,12 +40,13 @@ export default { data() { return { result: '', - value: '' + value: '', + type: 0 } }, methods: {}, onShow() { - document.title = "处理结果" + document.title = type==0? "处理意见":"处理结果" } } @@ -65,9 +70,6 @@ export default { color: #333333; } } - .right { - - } } .remark, .picture { @@ -91,5 +93,18 @@ export default { } } } + + .btn { + height: 112px; + line-height: 112px; + text-align: center; + background: #3192F4; + color: #FFF; + position: fixed; + bottom: 0; + left: 0; + width: 100%; + font-size: 32px; + } } \ No newline at end of file