|
|
@@ -12,6 +12,7 @@ import { useDispatch } from 'umi'
|
|
|
import AddRecord from '@/pages/Customer/Client/components/ClientDetail/AddRecord'
|
|
|
import Detail from '@/pages/Customer/Business/components/BusinessDetail'
|
|
|
import SyncClient from './SyncClient'
|
|
|
+import { longleSellStatusNum } from '@/pages/Product/Lock/LockStore/index'
|
|
|
|
|
|
const CompanyTabList = ({ initData, customerId, client, software, customer, business }) => {
|
|
|
const dispatch = useDispatch()
|
|
|
@@ -144,9 +145,12 @@ const CompanyTabList = ({ initData, customerId, client, software, customer, busi
|
|
|
dataIndex: 'product'
|
|
|
},
|
|
|
{
|
|
|
- title: '状态',
|
|
|
+ title: '销售状态',
|
|
|
width: '10%',
|
|
|
- dataIndex: 'statusT'
|
|
|
+ dataIndex: 'sellStatus',
|
|
|
+ render: (_, { sellStatus }) => {
|
|
|
+ return <>{longleSellStatusNum[sellStatus]?.text}</>
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
title: '责任人',
|