rowKey
This commit is contained in:
parent
6050d0b8ba
commit
6e775b7db7
|
|
@ -76,6 +76,7 @@
|
|||
:reqTableDataFunc="reqTableDataFunc"
|
||||
:tableColumns="tableColumns"
|
||||
:searchData="searchData2"
|
||||
rowKey="wayCode"
|
||||
>
|
||||
<template slot="stateSlot" slot-scope="{record}">
|
||||
<a-badge :status="record.passageState === 0?'error':'processing'" :text="record.passageState === 0?'禁用':'启用'" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue