Commit 6d5be3f4 authored by 卢均锐's avatar 卢均锐

chore: 采购竞价单详情 修改显示 竞价编号->竞价单号

parent 198b7743
......@@ -100,7 +100,7 @@ const SearchDetail = () => {
setBasicEffect([
{
col: [
{ label: '竞价号', extra: data.biddingNo, type: 'text' },
{ label: '竞价号', extra: data.biddingNo, type: 'text' },
{ label: '竞价摘要', extra: data.details, type: 'text' },
{ label: '外部状态', extra: <StatusTag type={BID_EXTERNALSTATE_COLOR(data.externalState)} title={data.externalStateName} />, type: 'text' },
// { label: '内部状态', extra: <Badge status={BID_INTERNALSTATE_COLOR[data.interiorState]} text={data.interiorStateName} />, type: 'text' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment