Commit 7ba97f17 authored by 卢均锐's avatar 卢均锐

feat: 采购竞价&在线竞价 整理代码

parent f9227162
......@@ -8,7 +8,7 @@ import { formatTimeString } from '@/utils'
import { Context } from '../../components/detail/components/context';
import PeripheralLayout from '../../components/detail';
import ProgressLayout from '../../components/detail/components/progressCommonLayout';
import RecordComontLayout from '../../components/detail/components/recordComontLayout';
import RecordCommonLayout from '../../components/detail/components/recordCommonLayout';
import MaterialLayout from '../../components/detail/components/materialLayout';
import BidCommonLayout from '../../components/detail/components/bidCommonLayout';
import TableCommonLayout from '../../components/detail/components/tableCommonLayout';
......@@ -333,7 +333,7 @@ const SearchDetail = () => {
{_returnConditionLayout()}
{_returnFileLayout()}
{_returnLowestQuotationRecordLayout()}
<RecordComontLayout externalColors={BID_EXTERNALSTATE_COLOR} internalColors={BID_INTERNALSTATE_COLOR} />
<RecordCommonLayout externalColors={BID_EXTERNALSTATE_COLOR} internalColors={BID_INTERNALSTATE_COLOR} />
</Fragment>
}
/>
......
......@@ -10,7 +10,7 @@ import { formatTimeString } from '@/utils'
import { Context } from '../../components/detail/components/context';
import PeripheralLayout from '../../components/detail';
import ProgressLayout from '../../components/detail/components/progressCommonLayout';
import RecordComontLayout from '../../components/detail/components/recordComontLayout';
import RecordCommonLayout from '../../components/detail/components/recordCommonLayout';
import MaterialLayout from '../../components/detail/components/materialLayout';
import DemandLayout from '../../components/detail/components/purchaseBidDemandLayout';
import BidCommonLayout from '../../components/detail/components/bidCommonLayout';
......@@ -591,7 +591,7 @@ const SearchDetail = () => {
{_returnFileLayout()}
{_returnDemandLayout()}
{_returnResultLayout()}
<RecordComontLayout externalColors={BID_EXTERNALSTATE_COLOR} internalColors={BID_INTERNALSTATE_COLOR} />
<RecordCommonLayout externalColors={BID_EXTERNALSTATE_COLOR} internalColors={BID_INTERNALSTATE_COLOR} />
</Fragment>
}
/>
......
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