From 0484d0832b814397d9c1c44315396c9ed3aef1c4 Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 21 Jun 2024 09:23:21 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91=E9=AB=98=E7=BA=A7?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E9=A1=B5=E9=9D=A2=E6=97=A0=E6=B3=95=E8=BF=9B?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/search/AdvancedSearch.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/dashboard/search/AdvancedSearch.vue b/src/views/dashboard/search/AdvancedSearch.vue index 2bc7cbc..8d038f3 100644 --- a/src/views/dashboard/search/AdvancedSearch.vue +++ b/src/views/dashboard/search/AdvancedSearch.vue @@ -188,8 +188,9 @@ export default { toggleSearchStatus: true, // 检索条件的展开和收起,false收缩状态 currStandardType: '1', standardTypeOptions: [ - { label: '国内标准法规', value: StandardSource.DOMESTIC.value }, - { label: '海外标准法规', value: StandardSource.OVERSEAS.value }, + { label: '外来标准', value: StandardSource.FOREIGN.value }, + // { label: '国内标准法规', value: StandardSource.DOMESTIC.value }, + // { label: '海外标准法规', value: StandardSource.OVERSEAS.value }, { label: '企业标准', value: StandardSource.ENTERPRISE.value } ], labelCol: { @@ -651,7 +652,7 @@ export default { } // 选中项样式 .option-curr { - background: rgba(213, 44, 38, 0.08); + background: rgba(0, 100, 250, 0.08); color: @primary-color; border-radius: 4px 4px 4px 4px; }