Commit 8e180a7e authored by 卢均锐's avatar 卢均锐

fix: [12438] 采购竞价&在线竞价 竞价单详情页修改 竞价编号->竞价单号

parent ca93c07d
...@@ -84,7 +84,7 @@ const SearchDetail = () => { ...@@ -84,7 +84,7 @@ const SearchDetail = () => {
setBasicEffect([ setBasicEffect([
{ {
col: [ col: [
{ label: '竞价号', extra: data.biddingNo, type: 'text' }, { label: '竞价号', extra: data.biddingNo, type: 'text' },
{ label: '竞价摘要', extra: data.details, type: 'text' }, { label: '竞价摘要', extra: data.details, type: 'text' },
{ label: '外部状态', extra: <StatusTag type={BID_EXTERNALSTATE_COLOR(data.externalState)} title={data.externalStateName} />, 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' }, { label: '内部状态', extra: <Badge status={BID_INTERNALSTATE_COLOR(data.interiorState)} text={data.interiorStateName} />, type: 'text' },
......
...@@ -119,7 +119,7 @@ const SearchDetail = () => { ...@@ -119,7 +119,7 @@ const SearchDetail = () => {
setBasicEffect([ setBasicEffect([
{ {
col: [ col: [
{ label: '竞价号', extra: data.biddingNo, type: 'text' }, { label: '竞价号', extra: data.biddingNo, type: 'text' },
{ label: '竞价摘要', extra: data.details, type: 'text' }, { label: '竞价摘要', extra: data.details, type: 'text' },
{ label: '外部状态', extra: <StatusTag type={BID_EXTERNALSTATE_COLOR(data.externalState)} title={data.externalStateName} />, 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' }, { 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