Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-platform
Commits
aca7fea6
Commit
aca7fea6
authored
Jul 02, 2021
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改部分提示
parent
7ec366e6
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
57 additions
and
43 deletions
+57
-43
index.tsx
...y/components/detail/components/bidDetailBtnItem/index.tsx
+3
-3
index.tsx
...chaseAbility/components/detail/components/iMBtn/index.tsx
+1
-1
index.tsx
...mponents/detail/components/progressCommonLayout/index.tsx
+7
-1
index.tsx
...onents/detail/components/quotationDetailsDrawer/index.tsx
+12
-5
index.tsx
...components/detail/components/recordCommonLayout/index.tsx
+2
-2
index.tsx
...rchaseAbility/onlineBid/detail/components/thank/index.tsx
+3
-3
index.tsx
...es/transaction/purchaseAbility/onlineBid/detail/index.tsx
+2
-5
index.tsx
...rchaseAbility/onlineBid/readyBid/detail/history/index.tsx
+1
-1
index.tsx
...purchaseAbility/onlineBid/readyBid/detail/offer/index.tsx
+1
-1
index.tsx
...ty/purchaseBid/components/confirmBidResultModal/index.tsx
+3
-3
index.tsx
...bility/purchaseBid/components/submitResultModal/index.tsx
+2
-2
index.tsx
.../transaction/purchaseAbility/purchaseBid/detail/index.tsx
+2
-3
basic.tsx
...purchaseAbility/purchaseBid/readyAdd/components/basic.tsx
+1
-2
bidRequirement.tsx
...bility/purchaseBid/readyAdd/components/bidRequirement.tsx
+1
-1
bidRules.tsx
...chaseAbility/purchaseBid/readyAdd/components/bidRules.tsx
+1
-1
condition.tsx
...haseAbility/purchaseBid/readyAdd/components/condition.tsx
+1
-1
index.tsx
...purchaseBid/readyBid/management/components/rank/index.tsx
+8
-2
index.tsx
...chaseBid/readyBid/management/components/rankRow/index.tsx
+2
-2
index.tsx
...agement/components/statusBox/detailBottomDrawer/index.tsx
+2
-2
index.tsx
...aseBid/readyBid/management/components/statusBox/index.tsx
+1
-1
index.tsx
...eBid/readyBid/management/components/triangleTag/index.tsx
+1
-1
No files found.
src/pages/transaction/purchaseAbility/components/detail/components/bidDetailBtnItem/index.tsx
View file @
aca7fea6
...
@@ -8,11 +8,11 @@ import TrendTag from '../trendTag';
...
@@ -8,11 +8,11 @@ import TrendTag from '../trendTag';
import
styles
from
'./index.less'
;
import
styles
from
'./index.less'
;
interface
BtnItemProps
{
interface
BtnItemProps
{
detail
:
any
,
btnType
?:
number
,
btnType
?:
number
,
active
?:
boolean
,
active
?:
boolean
,
detail
?:
any
,
onOk
?:
()
=>
void
,
onOk
?:
Function
,
onCancle
?:
()
=>
void
onCancle
?:
Function
}
}
const
BtnItem
:
React
.
FC
<
BtnItemProps
>
=
(
props
:
any
)
=>
{
const
BtnItem
:
React
.
FC
<
BtnItemProps
>
=
(
props
:
any
)
=>
{
...
...
src/pages/transaction/purchaseAbility/components/detail/components/iMBtn/index.tsx
View file @
aca7fea6
...
@@ -7,7 +7,7 @@ import ImIcon from '@/assets/icons/message_square.svg';
...
@@ -7,7 +7,7 @@ import ImIcon from '@/assets/icons/message_square.svg';
import
styles
from
'./index.less'
;
import
styles
from
'./index.less'
;
interface
IMBtnProps
{
interface
IMBtnProps
{
func
:
Function
,
func
:
()
=>
void
,
btnStyle
?:
React
.
CSSProperties
btnStyle
?:
React
.
CSSProperties
}
}
...
...
src/pages/transaction/purchaseAbility/components/detail/components/progressCommonLayout/index.tsx
View file @
aca7fea6
...
@@ -4,8 +4,14 @@ import { Radio, Steps } from 'antd';
...
@@ -4,8 +4,14 @@ import { Radio, Steps } from 'antd';
import
Card
from
'../../../card'
;
import
Card
from
'../../../card'
;
export
interface
ProgressValue
{
title
:
string
,
state
:
number
,
logs
:
any
}
export
interface
ProgressProps
{
export
interface
ProgressProps
{
effect
?:
any
[]
effect
:
ProgressValue
[]
}
}
const
ProgressLayout
:
React
.
FC
<
ProgressProps
>
=
(
props
:
any
)
=>
{
const
ProgressLayout
:
React
.
FC
<
ProgressProps
>
=
(
props
:
any
)
=>
{
...
...
src/pages/transaction/purchaseAbility/components/detail/components/quotationDetailsDrawer/index.tsx
View file @
aca7fea6
...
@@ -9,14 +9,24 @@ import { FORM_FILTER_PATH } from '@/formSchema/const';
...
@@ -9,14 +9,24 @@ import { FORM_FILTER_PATH } from '@/formSchema/const';
import
NiceForm
from
'@/components/NiceForm'
;
import
NiceForm
from
'@/components/NiceForm'
;
import
{
useStateFilterSearchLinkageEffect
}
from
'@/formSchema/effects/useFilterSearch'
;
import
{
useStateFilterSearchLinkageEffect
}
from
'@/formSchema/effects/useFilterSearch'
;
import
{
searchSelectGetSelectCategoryOptionEffect
}
from
'@/pages/transaction/effect/index'
;
import
{
searchSelectGetSelectCategoryOptionEffect
}
from
'@/pages/transaction/effect/index'
;
import
{
Numberify
}
from
'@ctrl/tinycolor'
;
const
{
Text
}
=
Typography
;
const
{
Text
}
=
Typography
;
const
formActions
=
createFormActions
();
const
formActions
=
createFormActions
();
const
QuotationDetailsDrawer
=
(
props
:
any
)
=>
{
interface
QuotationDetailsDrawerProps
{
const
{
visible
,
onClose
,
schemaType
,
effects
,
reload
,
fetch
,
quotationDetailsId
,
number
}
=
props
;
visible
:
boolean
,
effects
:
any
,
fetch
:
Promise
<
any
>
,
quotationDetailsId
:
number
,
number
:
number
,
onClose
:
()
=>
void
}
const
QuotationDetailsDrawer
:
React
.
FC
<
QuotationDetailsDrawerProps
>
=
(
props
:
any
)
=>
{
const
{
visible
,
onClose
,
effects
,
fetch
,
quotationDetailsId
,
number
}
=
props
;
const
tableRef
=
useRef
<
any
>
({});
const
tableRef
=
useRef
<
any
>
({});
useEffect
(()
=>
{
useEffect
(()
=>
{
tableRef
.
current
?.
reload
&&
tableRef
.
current
?.
reload
();
tableRef
.
current
?.
reload
&&
tableRef
.
current
?.
reload
();
...
@@ -127,9 +137,6 @@ const QuotationDetailsDrawer = (props: any) => {
...
@@ -127,9 +137,6 @@ const QuotationDetailsDrawer = (props: any) => {
searchSelectGetSelectCategoryOptionEffect
(
actions
,
'category'
)
searchSelectGetSelectCategoryOptionEffect
(
actions
,
'category'
)
})
})
}
}
}
}
// schema=
{
// schemaType && SchemaRender()
//
}
>
>
</
NiceForm
>
</
NiceForm
>
}
}
...
...
src/pages/transaction/purchaseAbility/components/detail/components/recordCommonLayout/index.tsx
View file @
aca7fea6
...
@@ -18,8 +18,8 @@ const LOGSTATESTYPE = {
...
@@ -18,8 +18,8 @@ const LOGSTATESTYPE = {
}
}
// recordType做加法
// recordType做加法
export
interface
ProgressProps
{
export
interface
ProgressProps
{
externalColors
:
any
,
externalColors
:
(
text
:
any
)
=>
string
,
internalColors
:
any
,
internalColors
:
(
text
:
any
)
=>
string
,
layoutId
?:
string
,
layoutId
?:
string
,
layoutTitle
?:
string
layoutTitle
?:
string
}
}
...
...
src/pages/transaction/purchaseAbility/onlineBid/detail/components/thank/index.tsx
View file @
aca7fea6
import
React
,
{
useMemo
}
from
'react'
import
React
,
{
useMemo
}
from
'react'
import
{
Row
,
Col
,
Tag
,
Modal
}
from
'antd'
import
{
Modal
}
from
'antd'
import
moment
from
'moment'
;
import
moment
from
'moment'
;
import
{
getAuth
}
from
'@/utils/auth'
;
import
{
getAuth
}
from
'@/utils/auth'
;
...
@@ -8,8 +8,8 @@ import style from './index.less'
...
@@ -8,8 +8,8 @@ import style from './index.less'
interface
ThankItemProps
{
interface
ThankItemProps
{
visible
:
boolean
,
visible
:
boolean
,
detail
?
:
any
,
detail
:
any
,
onOk
?:
Function
onOk
:
()
=>
void
}
}
const
ThankItem
:
React
.
FC
<
ThankItemProps
>
=
(
props
:
any
)
=>
{
const
ThankItem
:
React
.
FC
<
ThankItemProps
>
=
(
props
:
any
)
=>
{
...
...
src/pages/transaction/purchaseAbility/onlineBid/detail/index.tsx
View file @
aca7fea6
...
@@ -9,7 +9,7 @@ import StatusTag from '@/components/StatusTag';
...
@@ -9,7 +9,7 @@ import StatusTag from '@/components/StatusTag';
import
{
Context
}
from
'../../components/detail/components/context'
;
import
{
Context
}
from
'../../components/detail/components/context'
;
import
PeripheralLayout
from
'../../components/detail'
;
import
PeripheralLayout
from
'../../components/detail'
;
import
ProgressLayout
from
'../../components/detail/components/progressCommonLayout'
;
import
ProgressLayout
,
{
ProgressValue
}
from
'../../components/detail/components/progressCommonLayout'
;
import
RecordCommonLayout
from
'../../components/detail/components/recordCommonLayout'
;
import
RecordCommonLayout
from
'../../components/detail/components/recordCommonLayout'
;
import
MaterialLayout
from
'../../components/detail/components/materialLayout'
;
import
MaterialLayout
from
'../../components/detail/components/materialLayout'
;
import
BidCommonLayout
from
'../../components/detail/components/bidCommonLayout'
;
import
BidCommonLayout
from
'../../components/detail/components/bidCommonLayout'
;
...
@@ -51,17 +51,14 @@ const SearchDetail = () => {
...
@@ -51,17 +51,14 @@ const SearchDetail = () => {
number
,
number
,
isPrize
isPrize
},
},
pathname
,
}
=
history
.
location
;
}
=
history
.
location
;
const
[
path
]
=
useState
(
pathname
.
split
(
'/'
)[
pathname
.
split
(
'/'
).
length
-
1
]);
const
[
pathPci
]
=
useState
(
pathname
.
split
(
'/'
)[
pathname
.
split
(
'/'
).
length
-
2
]);
// 竞价过程
// 竞价过程
const
[
progressVisible
,
setProgressVisible
]
=
useState
<
boolean
>
(
false
);
const
[
progressVisible
,
setProgressVisible
]
=
useState
<
boolean
>
(
false
);
const
[
progressData
,
setProgressData
]
=
useState
<
any
>
([]);
const
[
progressData
,
setProgressData
]
=
useState
<
any
>
([]);
// 详情数据
// 详情数据
const
[
dataSource
,
setDataSource
]
=
useState
<
any
>
({});
const
[
dataSource
,
setDataSource
]
=
useState
<
any
>
({});
// 流转数据数据
// 流转数据数据
const
[
progressEffect
,
setProgressEffect
]
=
useState
<
any
>
([]);
const
[
progressEffect
,
setProgressEffect
]
=
useState
<
ProgressValue
[]
>
([]);
// 基本信息数据
// 基本信息数据
const
[
basicEffect
,
setBasicEffect
]
=
useState
<
any
>
([]);
const
[
basicEffect
,
setBasicEffect
]
=
useState
<
any
>
([]);
// 竞价结果数据
// 竞价结果数据
...
...
src/pages/transaction/purchaseAbility/onlineBid/readyBid/detail/history/index.tsx
View file @
aca7fea6
...
@@ -13,7 +13,7 @@ import styles from './index.less';
...
@@ -13,7 +13,7 @@ import styles from './index.less';
import
OfferItem
from
'../offer'
;
import
OfferItem
from
'../offer'
;
interface
HistoryItemProps
{
interface
HistoryItemProps
{
detail
?
:
any
detail
:
any
}
}
const
HistoryItem
:
React
.
FC
<
HistoryItemProps
>
=
(
props
:
any
)
=>
{
const
HistoryItem
:
React
.
FC
<
HistoryItemProps
>
=
(
props
:
any
)
=>
{
...
...
src/pages/transaction/purchaseAbility/onlineBid/readyBid/detail/offer/index.tsx
View file @
aca7fea6
...
@@ -10,7 +10,7 @@ import styles from './index.less';
...
@@ -10,7 +10,7 @@ import styles from './index.less';
interface
OfferItemProps
{
interface
OfferItemProps
{
detail
?
:
any
detail
:
any
}
}
const
OfferItem
:
React
.
FC
<
OfferItemProps
>
=
(
props
:
any
)
=>
{
const
OfferItem
:
React
.
FC
<
OfferItemProps
>
=
(
props
:
any
)
=>
{
...
...
src/pages/transaction/purchaseAbility/purchaseBid/components/confirmBidResultModal/index.tsx
View file @
aca7fea6
...
@@ -12,10 +12,10 @@ import styles from './index.less';
...
@@ -12,10 +12,10 @@ import styles from './index.less';
interface
ConfirmBidResultModalProps
{
interface
ConfirmBidResultModalProps
{
title
:
string
,
title
:
string
,
visible
:
boolean
,
visible
:
boolean
,
onCancel
?:
Function
,
onOk
?:
Function
,
record
:
any
,
record
:
any
,
fetch
:
Promise
<
any
>
fetch
:
Promise
<
any
>
,
onCancel
:
()
=>
void
,
onOk
:
()
=>
void
}
}
const
isForType
=
{
const
isForType
=
{
...
...
src/pages/transaction/purchaseAbility/purchaseBid/components/submitResultModal/index.tsx
View file @
aca7fea6
...
@@ -11,8 +11,8 @@ import styles from './index.less';
...
@@ -11,8 +11,8 @@ import styles from './index.less';
interface
SubmitResultModalProps
{
interface
SubmitResultModalProps
{
title
:
string
,
title
:
string
,
visible
:
boolean
,
visible
:
boolean
,
onCancel
?:
Function
,
onCancel
:
()
=>
void
,
onOk
?:
Function
,
onOk
:
(
signUpIdea
:
string
,
urls
:
any
)
=>
void
,
}
}
const
SubmitResultModal
:
React
.
FC
<
SubmitResultModalProps
>
=
(
props
:
any
)
=>
{
const
SubmitResultModal
:
React
.
FC
<
SubmitResultModalProps
>
=
(
props
:
any
)
=>
{
...
...
src/pages/transaction/purchaseAbility/purchaseBid/detail/index.tsx
View file @
aca7fea6
...
@@ -11,7 +11,7 @@ import StatusTag from '@/components/StatusTag';
...
@@ -11,7 +11,7 @@ import StatusTag from '@/components/StatusTag';
import
{
Context
}
from
'../../components/detail/components/context'
;
import
{
Context
}
from
'../../components/detail/components/context'
;
import
PeripheralLayout
from
'../../components/detail'
;
import
PeripheralLayout
from
'../../components/detail'
;
import
ProgressLayout
from
'../../components/detail/components/progressCommonLayout'
;
import
ProgressLayout
,
{
ProgressValue
}
from
'../../components/detail/components/progressCommonLayout'
;
import
RecordCommonLayout
from
'../../components/detail/components/recordCommonLayout'
;
import
RecordCommonLayout
from
'../../components/detail/components/recordCommonLayout'
;
import
MaterialLayout
from
'../../components/detail/components/materialLayout'
;
import
MaterialLayout
from
'../../components/detail/components/materialLayout'
;
import
DemandLayout
from
'../../components/detail/components/purchaseBidDemandLayout'
;
import
DemandLayout
from
'../../components/detail/components/purchaseBidDemandLayout'
;
...
@@ -61,7 +61,6 @@ const SearchDetail = () => {
...
@@ -61,7 +61,6 @@ const SearchDetail = () => {
},
},
pathname
,
pathname
,
}
=
history
.
location
;
}
=
history
.
location
;
const
[
path
]
=
useState
(
pathname
.
split
(
'/'
)[
pathname
.
split
(
'/'
).
length
-
1
]);
const
[
pathPci
]
=
useState
(
pathname
.
split
(
'/'
)[
pathname
.
split
(
'/'
).
length
-
2
]);
const
[
pathPci
]
=
useState
(
pathname
.
split
(
'/'
)[
pathname
.
split
(
'/'
).
length
-
2
]);
const
[
visible
,
setVisible
]
=
useState
<
boolean
>
(
false
);
const
[
visible
,
setVisible
]
=
useState
<
boolean
>
(
false
);
// 确认竞价结果
// 确认竞价结果
...
@@ -75,7 +74,7 @@ const SearchDetail = () => {
...
@@ -75,7 +74,7 @@ const SearchDetail = () => {
const
[
quotationDetailsId
,
setQuotationDetailsId
]
=
useState
<
number
>
();
const
[
quotationDetailsId
,
setQuotationDetailsId
]
=
useState
<
number
>
();
const
[
dataSource
,
setDataSource
]
=
useState
<
any
>
({});
const
[
dataSource
,
setDataSource
]
=
useState
<
any
>
({});
// 流转数据数据
// 流转数据数据
const
[
progressEffect
,
setProgressEffect
]
=
useState
<
any
>
([]);
const
[
progressEffect
,
setProgressEffect
]
=
useState
<
ProgressValue
[]
>
([]);
// 基本信息数据
// 基本信息数据
const
[
basicEffect
,
setBasicEffect
]
=
useState
<
any
>
([]);
const
[
basicEffect
,
setBasicEffect
]
=
useState
<
any
>
([]);
// 竞价结果数据
// 竞价结果数据
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyAdd/components/basic.tsx
View file @
aca7fea6
...
@@ -13,7 +13,6 @@ import {
...
@@ -13,7 +13,6 @@ import {
import
{
QuestionCircleOutlined
}
from
'@ant-design/icons'
;
import
{
QuestionCircleOutlined
}
from
'@ant-design/icons'
;
import
{
PublicApi
}
from
'@/services/api'
;
import
{
PublicApi
}
from
'@/services/api'
;
import
{
formatTimeString
}
from
'@/utils'
import
{
formatTimeString
}
from
'@/utils'
import
style
from
'./index.less'
;
import
style
from
'./index.less'
;
...
@@ -32,7 +31,7 @@ const layout: any = {
...
@@ -32,7 +31,7 @@ const layout: any = {
interface
Iprops
{
interface
Iprops
{
currentRef
:
any
,
currentRef
:
any
,
fetchdata
:
any
,
fetchdata
:
any
,
onBadge
?:
Function
onBadge
:
(
num
:
number
,
idx
:
number
)
=>
void
}
}
const
BasicInfo
:
React
.
FC
<
Iprops
>
=
(
props
:
any
)
=>
{
const
BasicInfo
:
React
.
FC
<
Iprops
>
=
(
props
:
any
)
=>
{
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyAdd/components/bidRequirement.tsx
View file @
aca7fea6
...
@@ -26,7 +26,7 @@ const layout: any = {
...
@@ -26,7 +26,7 @@ const layout: any = {
interface
Iprops
{
interface
Iprops
{
currentRef
:
any
,
currentRef
:
any
,
fetchdata
:
any
,
fetchdata
:
any
,
onBadge
?:
Function
,
onBadge
:
(
num
:
number
,
idx
:
number
)
=>
void
,
exRef
:
any
exRef
:
any
}
}
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyAdd/components/bidRules.tsx
View file @
aca7fea6
...
@@ -21,7 +21,7 @@ const layout: any = {
...
@@ -21,7 +21,7 @@ const layout: any = {
interface
Iprops
{
interface
Iprops
{
currentRef
:
any
,
currentRef
:
any
,
fetchdata
:
any
,
fetchdata
:
any
,
onBadge
?:
Function
,
onBadge
:
(
num
:
number
,
idx
:
number
)
=>
void
,
exRef
:
any
exRef
:
any
}
}
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyAdd/components/condition.tsx
View file @
aca7fea6
...
@@ -18,7 +18,7 @@ const layout: any = {
...
@@ -18,7 +18,7 @@ const layout: any = {
interface
Iprops
{
interface
Iprops
{
currentRef
:
any
,
currentRef
:
any
,
fetchdata
:
{
[
key
:
string
]:
any
},
fetchdata
:
{
[
key
:
string
]:
any
},
onBadge
?:
Function
onBadge
:
(
num
:
number
,
idx
:
number
)
=>
void
}
}
export
type
ADDRESS_TYPE
=
{
export
type
ADDRESS_TYPE
=
{
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyBid/management/components/rank/index.tsx
View file @
aca7fea6
...
@@ -13,9 +13,15 @@ import styles from './index.less';
...
@@ -13,9 +13,15 @@ import styles from './index.less';
const
{
TabPane
}
=
Tabs
;
const
{
TabPane
}
=
Tabs
;
interface
RankItemDetail
{
dynamic
:
any
,
queryPriceDynamics
:
any
,
signupMembers
:
any
}
interface
RankItemProps
{
interface
RankItemProps
{
onTabChange
:
Function
,
onTabChange
:
(
key
:
string
)
=>
void
,
detail
?:
any
detail
:
RankItemDetail
}
}
const
RankItem
:
React
.
FC
<
RankItemProps
>
=
(
props
:
any
)
=>
{
const
RankItem
:
React
.
FC
<
RankItemProps
>
=
(
props
:
any
)
=>
{
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyBid/management/components/rankRow/index.tsx
View file @
aca7fea6
...
@@ -13,8 +13,8 @@ import TriangleTag from '../triangleTag';
...
@@ -13,8 +13,8 @@ import TriangleTag from '../triangleTag';
import
styles
from
'./index.less'
;
import
styles
from
'./index.less'
;
interface
RankRowProps
{
interface
RankRowProps
{
detail
?
:
any
,
detail
:
any
,
rowType
?:
number
rowType
?:
(
1
|
2
)
&
number
}
}
const
RankForLeve
=
{
const
RankForLeve
=
{
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyBid/management/components/statusBox/detailBottomDrawer/index.tsx
View file @
aca7fea6
...
@@ -13,8 +13,8 @@ const { Text } = Typography;
...
@@ -13,8 +13,8 @@ const { Text } = Typography;
interface
DetailBottomDrawerProps
{
interface
DetailBottomDrawerProps
{
visible
:
boolean
,
visible
:
boolean
,
onClose
?:
Function
,
onClose
:
()
=>
void
,
detail
?
:
any
detail
:
any
}
}
const
DetailBottomDrawer
:
React
.
FC
<
DetailBottomDrawerProps
>
=
(
props
:
any
)
=>
{
const
DetailBottomDrawer
:
React
.
FC
<
DetailBottomDrawerProps
>
=
(
props
:
any
)
=>
{
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyBid/management/components/statusBox/index.tsx
View file @
aca7fea6
...
@@ -10,8 +10,8 @@ import DetailBottomDrawer from './detailBottomDrawer'
...
@@ -10,8 +10,8 @@ import DetailBottomDrawer from './detailBottomDrawer'
import
styles
from
'./index.less'
import
styles
from
'./index.less'
interface
StatuBoxProps
{
interface
StatuBoxProps
{
detail
:
any
,
hasBidBtn
?:
boolean
,
hasBidBtn
?:
boolean
,
detail
?:
any
}
}
const
transforType
=
{
const
transforType
=
{
...
...
src/pages/transaction/purchaseAbility/purchaseBid/readyBid/management/components/triangleTag/index.tsx
View file @
aca7fea6
...
@@ -4,9 +4,9 @@ import styles from './index.less';
...
@@ -4,9 +4,9 @@ import styles from './index.less';
interface
TriangleTagProps
{
interface
TriangleTagProps
{
text
:
string
,
text
:
string
,
wrapStyle
:
React
.
CSSProperties
,
bgcolor
?:
string
,
bgcolor
?:
string
,
direction
?:
string
,
direction
?:
string
,
wrapStyle
:
React
.
CSSProperties
}
}
const
TriangleTag
:
React
.
FC
<
TriangleTagProps
>
=
(
props
:
any
)
=>
{
const
TriangleTag
:
React
.
FC
<
TriangleTagProps
>
=
(
props
:
any
)
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment