diff --git a/04.系统编码/Frontend/public/images/decision-support/通风廊道规划建议/通风廊道1.png b/04.系统编码/Frontend/public/images/decision-support/通风廊道规划建议/通风廊道1.png new file mode 100644 index 0000000..ae735bd Binary files /dev/null and b/04.系统编码/Frontend/public/images/decision-support/通风廊道规划建议/通风廊道1.png differ diff --git a/04.系统编码/Frontend/public/images/decision-support/通风廊道规划建议/通风廊道2.png b/04.系统编码/Frontend/public/images/decision-support/通风廊道规划建议/通风廊道2.png new file mode 100644 index 0000000..a208a9e Binary files /dev/null and b/04.系统编码/Frontend/public/images/decision-support/通风廊道规划建议/通风廊道2.png differ diff --git a/04.系统编码/Frontend/public/images/decision-support/高楼污染指数/高楼污染指数1.png b/04.系统编码/Frontend/public/images/decision-support/高楼污染指数/高楼污染指数1.png new file mode 100644 index 0000000..9c64b93 Binary files /dev/null and b/04.系统编码/Frontend/public/images/decision-support/高楼污染指数/高楼污染指数1.png differ diff --git a/04.系统编码/Frontend/public/images/decision-support/高楼污染指数/高楼污染指数2.png b/04.系统编码/Frontend/public/images/decision-support/高楼污染指数/高楼污染指数2.png new file mode 100644 index 0000000..8bd729f Binary files /dev/null and b/04.系统编码/Frontend/public/images/decision-support/高楼污染指数/高楼污染指数2.png differ diff --git a/04.系统编码/Frontend/public/images/logo.png b/04.系统编码/Frontend/public/images/logo.png index eb959f9..4599b2f 100644 Binary files a/04.系统编码/Frontend/public/images/logo.png and b/04.系统编码/Frontend/public/images/logo.png differ diff --git a/04.系统编码/Frontend/public/images/picture2.png b/04.系统编码/Frontend/public/images/picture2.png new file mode 100644 index 0000000..e5d2795 Binary files /dev/null and b/04.系统编码/Frontend/public/images/picture2.png differ diff --git a/04.系统编码/Frontend/public/images/picture3.png b/04.系统编码/Frontend/public/images/picture3.png new file mode 100644 index 0000000..e3be46a Binary files /dev/null and b/04.系统编码/Frontend/public/images/picture3.png differ diff --git a/04.系统编码/Frontend/public/images/picture5.png b/04.系统编码/Frontend/public/images/picture5.png new file mode 100644 index 0000000..e5f7739 Binary files /dev/null and b/04.系统编码/Frontend/public/images/picture5.png differ diff --git a/04.系统编码/Frontend/src/components/DecisionSupport.vue b/04.系统编码/Frontend/src/components/DecisionSupport.vue index d0ced3a..21066ec 100644 --- a/04.系统编码/Frontend/src/components/DecisionSupport.vue +++ b/04.系统编码/Frontend/src/components/DecisionSupport.vue @@ -1,16 +1,154 @@ - + const onIndicatorClick = (indicator) => { + options.currentIndicator = indicator; + } + return { + ...toRefs(options), + onIndicatorClick + } + } + } + diff --git a/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue b/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue index a04d047..ffe46a7 100644 --- a/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue +++ b/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue @@ -1,8 +1,8 @@