【update】高级搜索页面无法进入
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user