From a09f984cbe2369e13d8694e91c4f8165ec6c2ba9 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期三, 20 八月 2025 14:05:10 +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