[add] 认证参数收集
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
<a-row :gutter="24">
|
||||
<a-col :md="6" :sm="8">
|
||||
<div class="box-title-text">
|
||||
<div class="title-text" :title="$t('certificationType')">
|
||||
<span>{{$t('certificationType')}}</span>
|
||||
<div class="title-text" :title="$t('title')">
|
||||
<span>{{$t('title')}}</span>
|
||||
</div>
|
||||
<a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('certificationType')"
|
||||
<a-input class="box-input" :placeholder="$t('PleaseEnter')+$t('title')"
|
||||
v-model="queryParam.certificationType"></a-input>
|
||||
</div>
|
||||
</a-col>
|
||||
@@ -70,19 +70,9 @@
|
||||
return{
|
||||
columns:[
|
||||
{
|
||||
title: this.$t('NiONumber'),
|
||||
title: this.$t('title'),
|
||||
align: 'center',
|
||||
dataIndex: 'NiONumber',
|
||||
},
|
||||
{
|
||||
title: this.$t('ParameterName'),
|
||||
align: 'center',
|
||||
dataIndex: 'ParameterName',
|
||||
},
|
||||
{
|
||||
title: this.$t('ParameterDescription'),
|
||||
align: 'center',
|
||||
dataIndex: 'ParameterDescription',
|
||||
dataIndex: 'title',
|
||||
},
|
||||
{
|
||||
title: this.$t('status'),
|
||||
@@ -90,20 +80,30 @@
|
||||
dataIndex: 'status',
|
||||
},
|
||||
{
|
||||
title: this.$t('Operator'),
|
||||
title: this.$t('parameterTemplateName'),
|
||||
align: 'center',
|
||||
dataIndex: 'Operator',
|
||||
dataIndex: 'ParameterDescription',
|
||||
},
|
||||
{
|
||||
title: this.$t('operationTime'),
|
||||
title: this.$t('collectionCompletionTime'),
|
||||
align: 'center',
|
||||
dataIndex: 'operationTime',
|
||||
dataIndex: 'status',
|
||||
},
|
||||
{
|
||||
title: this.$t('Version'),
|
||||
align: 'center',
|
||||
dataIndex: 'Version',
|
||||
},
|
||||
{
|
||||
title: this.$t('creator'),
|
||||
align: 'center',
|
||||
dataIndex: 'Version',
|
||||
},
|
||||
{
|
||||
title: this.$t('createTime'),
|
||||
align: 'center',
|
||||
dataIndex: 'Version',
|
||||
},
|
||||
{
|
||||
title: this.$t('operation'),
|
||||
align: 'center',
|
||||
|
||||
Reference in New Issue
Block a user