diff --git a/src/components/PinPuYi/CONST.ts b/src/components/PinPuYi/CONST.ts index 65e19d6..cd8298e 100644 --- a/src/components/PinPuYi/CONST.ts +++ b/src/components/PinPuYi/CONST.ts @@ -1,6 +1,13 @@ export enum E_选项卡菜单 { 频率单位列表 = '频率单位列表', 频率菜单列表 = '频率菜单列表', + 跨度菜单列表 = '跨度菜单列表', +} + +export enum E_跨度菜单列表的项目 { + FullSpan = 'Full Span', + ZeroSpan = 'Zero Span', + LastSpan = 'Last Span', } /* 值是在屏幕上显示的值。 */ diff --git a/src/components/PinPuYi/PinPuYi.vue b/src/components/PinPuYi/PinPuYi.vue index a476405..494058d 100644 --- a/src/components/PinPuYi/PinPuYi.vue +++ b/src/components/PinPuYi/PinPuYi.vue @@ -2,13 +2,19 @@ @@ -274,32 +350,53 @@ watchEffect(() => {
频谱仪屏幕 + + +
+
+ Start + {{ state.频谱仪状态.start.value }} + {{ state.频谱仪状态.start.unit }} +
+
+ Stop + {{ state.频谱仪状态.stop.value }} + {{ state.频谱仪状态.stop.unit }} +
+
+
-
{{ state.频率状态.输入状态.选中的频率菜单列表的项目 }}
+
{{ state.频谱仪状态.频率输入状态.选中的频率菜单列表的项目 }}
-