+
+ 注:开始处理后将流转至技术支持进行处理。
+
+
@@ -134,6 +137,10 @@
});
}
this.info = res?.data;
+ if( this.info.handStatus == 0 && ['1', '2', '3'].includes(String(this.info.alarmType))) { // 未处理,且需要技术处理
+ this.radio = this.radioList[0].value
+ this.radioList[1].disabled = true
+ }
if(this.info.handStatus == 3) {
this.radioList[0].disabled = true
}
@@ -306,6 +313,7 @@
display: flex;
flex-direction: row;
justify-content: space-around;
+ margin-bottom: 15px;
.icon {
width: 16px;
height: 16px;
@@ -317,9 +325,15 @@
align-items: center;
}
}
+ .alarm_tip {
+ font-size: 14px;
+ color: #FF5D3B;
+ margin: 10px 0 20px;
+ text-align: center;
+ }
.alarm_text {
width: 100%;
- padding: 15px 25px;
+ padding: 0 25px 15px;
box-sizing: border-box;
.alarm_textarea {
width: 100%;