未符合项列表接口

This commit is contained in:
zyx.net
2023-09-06 14:02:12 +08:00
parent db74cd6159
commit 5eadc8da21
@@ -152,6 +152,9 @@
{{result.problemState ? result.problemState : ''}}
</span>
</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">
<a class="text-operation"
@click="detil(record)">
@@ -249,7 +252,8 @@ export default {
dataIndex: 'problemType_dictText',
width: 170,
sorter:true,
ellipsis: true
ellipsis: true,
scopedSlots: { customRender: 'problemType' }
},
{
title: this.$t('statisticalNodes'),
@@ -399,6 +403,7 @@ export default {
pageSize: this.pageSize,
orderBy: this.orderBy,
orderByField: this.orderByField,
projectLibraryId: this.$route.query.id,
...this.queryParam
}
this.loading = true