未符合项列表接口
This commit is contained in:
@@ -152,6 +152,9 @@
|
|||||||
{{result.problemState ? result.problemState : ''}}
|
{{result.problemState ? result.problemState : ''}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<span slot="problemType" slot-scope="text,result">
|
||||||
|
<span>{{result.flag== 'NEW'?result.problemType_dictText:result.problemType}}</span>
|
||||||
|
</span>
|
||||||
<span slot="operation" slot-scope="text,record">
|
<span slot="operation" slot-scope="text,record">
|
||||||
<a class="text-operation"
|
<a class="text-operation"
|
||||||
@click="detil(record)">
|
@click="detil(record)">
|
||||||
@@ -249,7 +252,8 @@ export default {
|
|||||||
dataIndex: 'problemType_dictText',
|
dataIndex: 'problemType_dictText',
|
||||||
width: 170,
|
width: 170,
|
||||||
sorter:true,
|
sorter:true,
|
||||||
ellipsis: true
|
ellipsis: true,
|
||||||
|
scopedSlots: { customRender: 'problemType' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('statisticalNodes'),
|
title: this.$t('statisticalNodes'),
|
||||||
@@ -399,6 +403,7 @@ export default {
|
|||||||
pageSize: this.pageSize,
|
pageSize: this.pageSize,
|
||||||
orderBy: this.orderBy,
|
orderBy: this.orderBy,
|
||||||
orderByField: this.orderByField,
|
orderByField: this.orderByField,
|
||||||
|
projectLibraryId: this.$route.query.id,
|
||||||
...this.queryParam
|
...this.queryParam
|
||||||
}
|
}
|
||||||
this.loading = true
|
this.loading = true
|
||||||
|
|||||||
Reference in New Issue
Block a user