|
|
@@ -7,6 +7,7 @@ import { useModal } from '@/components/Modal'
|
|
|
import AddRecord from './AddRecord'
|
|
|
import { useDispatch } from 'dva'
|
|
|
import ProTable from '@ant-design/pro-table'
|
|
|
+import { renderBadge } from '@/pages/Workbench/Dashboard/components/RatioPanels'
|
|
|
import { longleSellStatusNum, longlePreserveStatusNum } from '@/pages/Product/Lock/LockStore/index'
|
|
|
import { ProductLabel } from '@/pages/Product/Lock/LockStore/index'
|
|
|
|
|
|
@@ -169,7 +170,7 @@ const ContanctTabList = ({ clientId, software }) => {
|
|
|
<TabPane tab="大司空云计价" key="大司空云计价">
|
|
|
<div className="sheet-right-panel">大司空云计价</div>
|
|
|
</TabPane> */}
|
|
|
- <TabPane tab="软件锁" key="软件锁">
|
|
|
+ <TabPane tab={<span>软件锁{renderBadge(software.total, true)}</span>} key="软件锁">
|
|
|
<div className="sheet-right-panel">
|
|
|
<ProTable
|
|
|
columns={columns}
|