@@ -368,6 +370,8 @@ export default {
homeList: [],
natList: [], // 核酸检测
tripList: [], // 行程信息
+
+ vaccineList: [],
};
},
@@ -502,18 +506,19 @@ export default {
return "--";
},
- getNodePath(node, val, path) { // node:所有数据,val:后台返回的id, path:要渲染的数组id
+ getNodePath(node, val, path) {
+ // node:所有数据,val:后台返回的id, path:要渲染的数组id
for (let i = 0; i < node.length; i++) {
const ele = node[i];
if (ele.value === val) {
path.push(ele.label);
- return path
+ return path;
} else if (ele.children && ele.children.length > 0) {
- if (ele.children.some(row => row.value === val)) {
+ if (ele.children.some((row) => row.value === val)) {
path.unshift(ele.label);
- this.getNodePath(ele.children,val,path);
+ this.getNodePath(ele.children, val, path);
} else {
- this.getNodePath(ele.children,val,path);
+ this.getNodePath(ele.children, val, path);
}
}
}
diff --git a/src/views/modules/shequzhili/csgltc/csgl.vue b/src/views/modules/shequzhili/csgltc/csgl.vue
new file mode 100644
index 00000000..34902625
--- /dev/null
+++ b/src/views/modules/shequzhili/csgltc/csgl.vue
@@ -0,0 +1,588 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+ 新增
+ 下载模板
+
+ 导入
+
+
+ 导出
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查看
+ 待完善
+ 修改
+ 修改
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/shequzhili/csgltc/csglDetail.vue b/src/views/modules/shequzhili/csgltc/csglDetail.vue
new file mode 100644
index 00000000..af3dff97
--- /dev/null
+++ b/src/views/modules/shequzhili/csgltc/csglDetail.vue
@@ -0,0 +1,257 @@
+
+
+
+
+
+
+
+ {{formData.name}}
+
+
+
+
+ {{formData.categoryName}}
+
+
+
+ {{formData.areaCovered}}
+
+
+
+ {{formData.capacity}}
+
+
+
+
{{formData.address}}
+
+
+
+
+
+
+
+
+ 取 消
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/shequzhili/csgltc/csglForm.vue b/src/views/modules/shequzhili/csgltc/csglForm.vue
new file mode 100644
index 00000000..a39a2b94
--- /dev/null
+++ b/src/views/modules/shequzhili/csgltc/csglForm.vue
@@ -0,0 +1,469 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 平方公里
+
+
+
+
+
+
+
+
+
+
+
+ 取 消
+ 确 定
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/shequzhili/event/cpts/event-detail.vue b/src/views/modules/shequzhili/event/cpts/event-detail.vue
index bcb0579a..f0e8adc7 100644
--- a/src/views/modules/shequzhili/event/cpts/event-detail.vue
+++ b/src/views/modules/shequzhili/event/cpts/event-detail.vue
@@ -58,6 +58,10 @@
身份证号:
{{ info.idCard?info.idCard:'--' }}
+