This commit is contained in:
terrfly 2021-11-19 14:35:33 +08:00
parent 6e775b7db7
commit ee67b98f2f
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,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?'禁用':'启用'" />