|
@@ -165,6 +165,7 @@ const institutionList = ref([
|
|
|
.href,
|
|
|
value: true,
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
name: "养老机构",
|
|
|
img: new URL("../../../../assets/img/Component 240(4).png", import.meta.url)
|
|
@@ -177,6 +178,18 @@ const institutionList = ref([
|
|
|
.href,
|
|
|
value: true,
|
|
|
},
|
|
|
+ {
|
|
|
+ name: "医院",
|
|
|
+ img: new URL("../../../../assets/img/history-icon.png", import.meta.url)
|
|
|
+ .href,
|
|
|
+ value: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: "海关",
|
|
|
+ img: new URL("../../../../assets/img/haiguan-icon.png", import.meta.url)
|
|
|
+ .href,
|
|
|
+ value: true,
|
|
|
+ },
|
|
|
]);
|
|
|
|
|
|
const handleRiskLevel = (item) => {
|