修改认证清单类别搜索
This commit is contained in:
@@ -78,7 +78,15 @@
|
||||
v-model="queryParam.serialNumber"></j-input>
|
||||
</div>
|
||||
</a-col>
|
||||
|
||||
<a-col :md="6" :sm="8">
|
||||
<div class="box-title-text">
|
||||
<div class="title-text" :title="$t('category')">
|
||||
<span>{{ $t('category') }}</span>
|
||||
</div>
|
||||
<j-input class="box-input" :placeholder="$t('PleaseEnter')+$t('category')"
|
||||
v-model="queryParam.category"></j-input>
|
||||
</div>
|
||||
</a-col>
|
||||
</template>
|
||||
<span style="float: right;overflow: hidden;margin-right: 11px; " class="table-page-search-submitButtons">
|
||||
<a-col :md="6" :sm="24">
|
||||
@@ -648,11 +656,11 @@
|
||||
'Component report not submitted': 'TrackedColor'
|
||||
},
|
||||
fieldList: [
|
||||
{
|
||||
type: 'string',
|
||||
value: 'category',
|
||||
text: this.$t('category')
|
||||
},
|
||||
// {
|
||||
// type: 'string',
|
||||
// value: 'category',
|
||||
// text: this.$t('category')
|
||||
// },
|
||||
{
|
||||
type: 'string',
|
||||
value: 'configItem',
|
||||
|
||||
Reference in New Issue
Block a user