领取中心
This commit is contained in:
parent
798d53c611
commit
bb0b33a830
@ -62,17 +62,14 @@ export default {
|
|||||||
slotName: 'name',
|
slotName: 'name',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title:'别名',
|
title:'标签',
|
||||||
dataIndex: 'aliases',
|
dataIndex: 'tag',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title:'latinName',
|
title:'档案',
|
||||||
dataIndex:'latinName'
|
dataIndex:'content'
|
||||||
},
|
|
||||||
{
|
|
||||||
title:'科/属',
|
|
||||||
dataIndex: 'genus',
|
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
title:"操作",
|
title:"操作",
|
||||||
slotName:'menu'
|
slotName:'menu'
|
||||||
@ -89,6 +86,7 @@ export default {
|
|||||||
this.$api.claim.list(data).then(res => {
|
this.$api.claim.list(data).then(res => {
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
console.log(res)
|
console.log(res)
|
||||||
|
this.list = res.data.list
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user