ota管理搜索条件增加认证影响和影响描述
This commit is contained in:
@@ -29,8 +29,23 @@
|
||||
<div class="title-text" :title="$t('authenticationimpact')">
|
||||
<span>{{ $t('authenticationimpact') }}</span>
|
||||
</div>
|
||||
<a-input class="box-input" :placeholder="$t('PleaseEnter') + $t('authenticationimpact')"
|
||||
v-model="queryParam.homologationImpact"></a-input>
|
||||
<a-select :placeholder="$t('PleaseSelect')+$t('authenticationimpact')"
|
||||
class="box-input"
|
||||
:getPopupContainer="triggerNode=> triggerNode.parentNode"
|
||||
allowClear
|
||||
showSearch
|
||||
optionFilterProp="label"
|
||||
:autoClearSearchValue="false"
|
||||
v-model="queryParam.appliedVehicleProject">
|
||||
<a-select-option v-for="(item, key) in authenticationimpactList"
|
||||
:label='item'
|
||||
:key="key"
|
||||
:value="item">
|
||||
<span style="display: inline-block;width: 100%" :title=" item">
|
||||
{{ item }}
|
||||
</span>
|
||||
</a-select-option>
|
||||
</a-select>
|
||||
</div>
|
||||
</a-col>
|
||||
<template v-if="toggleSearchStatus">
|
||||
@@ -393,6 +408,7 @@ export default {
|
||||
checkAll: false,
|
||||
visibleoperationFailed: false, // 数据失败的弹框
|
||||
NotSelectedRowKeysValue:[],
|
||||
authenticationimpactList:['Yes','Internal Validation','Homo Extension - Retest','Homo Extension - Paperwork'],
|
||||
dataSource: [],
|
||||
selectedRowKeys: [],
|
||||
selectedRowKeysRecord: [],
|
||||
|
||||
Reference in New Issue
Block a user