修改认证清单类别搜索

This commit is contained in:
gaosong
2023-11-12 15:22:13 +08:00
parent 88d4972270
commit 4cdafeb1b7
@@ -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',