|
|
|
@ -94,13 +94,13 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
prop: "numValue",
|
|
|
|
|
label: "填报数量",
|
|
|
|
|
width: "200",
|
|
|
|
|
label: "疫苗接种数",
|
|
|
|
|
width: "280",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
prop: "alarmLevel",
|
|
|
|
|
label: "预警情况",
|
|
|
|
|
width: "200",
|
|
|
|
|
width: "140",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
prop: "userName",
|
|
|
|
@ -152,6 +152,7 @@ export default {
|
|
|
|
|
);
|
|
|
|
|
this.note = JSON.parse(new_arr[0].note);
|
|
|
|
|
this.input_text = new_arr[0].levelIndexThree;
|
|
|
|
|
this.table_list[1].label = new_arr[0].levelIndexThree
|
|
|
|
|
this.massage_title = this.note.titleNote;
|
|
|
|
|
this.get_detail_data();
|
|
|
|
|
});
|
|
|
|
|