From dd09ea9ab90c89bf5ef78236d02a33bafdcad591 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 18 三月 2025 17:18:03 +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