From 307b17ef15c73a071912a262834f2a5f68e1fa87 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 11 九月 2025 15:20:35 +0800 Subject: [PATCH] 完成走航季度报告自动生成 --- src/components/search/OptionLocation.vue | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/src/components/search/OptionLocation.vue b/src/components/search/OptionLocation.vue index b4ceed8..857fc7a 100644 --- a/src/components/search/OptionLocation.vue +++ b/src/components/search/OptionLocation.vue @@ -39,7 +39,35 @@ { label: '闀垮畞鍖�', value: '310105' + }, + { + label: '闈欏畨鍖�', + value: '310106' + }, + { + label: '寰愭眹鍖�', + value: '310104' + }, + { + label: '閲戝北鍖�', + value: '310116' } + // { + // label: '鏅檧鍖�', + // value: '310107' + // }, + // { + // label: '闂佃鍖�', + // value: '310112' + // }, + // { + // label: '瀹濆北鍖�', + // value: '310113' + // }, + // { + // label: '鍢夊畾鍖�', + // value: '310114' + // }, ]; if (import.meta.env.VITE_DATA_MODE == 'jingan') { -- Gitblit v1.9.3