[update 搜索中心] 增加适用市场
This commit is contained in:
@@ -197,15 +197,16 @@ export default {
|
|||||||
standardStatusSetCurrent: '1', // 标准状态设置当前选中项
|
standardStatusSetCurrent: '1', // 标准状态设置当前选中项
|
||||||
selectOptions: {}, // 其他筛选条件
|
selectOptions: {}, // 其他筛选条件
|
||||||
selectOptionsKeys: [
|
selectOptionsKeys: [
|
||||||
'standardClass', // 标准类别
|
|
||||||
'dynamicType', // 动力类型
|
|
||||||
'applicableVehicle', // 适用车辆类型
|
|
||||||
'standardProperty', // 标准类型
|
|
||||||
'standardState', // 状态
|
|
||||||
'standardCode', // 企业标准代号
|
|
||||||
'enterpriseStandardState', // 标准状态
|
'enterpriseStandardState', // 标准状态
|
||||||
'gradeClassification', // 标准等级分类
|
'gradeClassification', // 标准等级分类
|
||||||
'categoryCode' // 标准分类代码
|
'categoryCode', // 标准分类代码
|
||||||
|
'standardProperty', // 标准类型
|
||||||
|
'standardState', // 状态
|
||||||
|
'standardClass', // 标准类别
|
||||||
|
'applicableVehicle', // 适用车辆类型
|
||||||
|
'dynamicType', // 动力类型
|
||||||
|
'applicableMarket', // 适用市场
|
||||||
|
'standardCode' // 企业标准代号
|
||||||
], // 其他筛选条件中所有的key,为了能按顺序遍历
|
], // 其他筛选条件中所有的key,为了能按顺序遍历
|
||||||
dataSource: [],
|
dataSource: [],
|
||||||
ipagination: {
|
ipagination: {
|
||||||
|
|||||||
Reference in New Issue
Block a user