From 354b9fbfa408bc5c15a7952ef993bf5b8b7cbb0c Mon Sep 17 00:00:00 2001 From: xuhuihui <3548508071@qq.com> Date: Tue, 26 Apr 2022 09:01:40 +0800 Subject: [PATCH] commit --- .../Frontend/.idea/runConfigurations.xml | 10 ++++ .../src/components/MicrowaveRadiation.vue | 6 +-- .../Frontend/src/components/RamanLidar.vue | 53 ++++++++++--------- .../Frontend/src/model/heat-map-drawer.ts | 4 +- 4 files changed, 43 insertions(+), 30 deletions(-) create mode 100644 04.系统编码/Frontend/.idea/runConfigurations.xml diff --git a/04.系统编码/Frontend/.idea/runConfigurations.xml b/04.系统编码/Frontend/.idea/runConfigurations.xml new file mode 100644 index 0000000..797acea --- /dev/null +++ b/04.系统编码/Frontend/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue b/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue index 18404db..e4cbeee 100644 --- a/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue +++ b/04.系统编码/Frontend/src/components/MicrowaveRadiation.vue @@ -107,8 +107,8 @@ - - + +

质控前

@@ -882,7 +882,7 @@ export default { '#FEA61B', '#FDED2A', '#C1FE46', '#7AFD86', '#2BFDCD', '#05E6FD', '#14A0FA', '#1B5AFB', '#1C1FF9', '#1310C4', '#09067C'], - [999, 15, 12, 11, 9, 7, 5, 3, 1, -1, -3, -5, -7, -9, -11, -999] + [999, -5, -7, -9, -11, -13, -15, -17, -19, -21, -23, -25, -27, -29, -31, -999] ); default: throw new Error("无效的type类型"); diff --git a/04.系统编码/Frontend/src/components/RamanLidar.vue b/04.系统编码/Frontend/src/components/RamanLidar.vue index 5713f8d..1b32e52 100644 --- a/04.系统编码/Frontend/src/components/RamanLidar.vue +++ b/04.系统编码/Frontend/src/components/RamanLidar.vue @@ -1,6 +1,7 @@