|
@@ -32,22 +32,10 @@ export const columns: BasicColumn[] = [
|
|
|
dataIndex: 'suppilerName'
|
|
|
},
|
|
|
{
|
|
|
- title: '报价有效期(quotation period)',
|
|
|
+ title: '报价截止日期(quotation deadline)',
|
|
|
align:"center",
|
|
|
- dataIndex: 'time',
|
|
|
+ dataIndex: 'quotationDeadline',
|
|
|
width:250,
|
|
|
- customRender:({text,record}) =>{
|
|
|
- if(record.inquiryPeriodBegin&&record.inquiryPeriodEnd){
|
|
|
- text = record.inquiryPeriodBegin+'~'+record.inquiryPeriodEnd
|
|
|
- }else if(!record.inquiryPeriodBegin){
|
|
|
- text = record.inquiryPeriodEnd
|
|
|
- }else if(!record.inquiryPeriodEnd){
|
|
|
- text = record.inquiryPeriodBegin
|
|
|
- }else{
|
|
|
- text=''
|
|
|
- }
|
|
|
- return text;
|
|
|
- },
|
|
|
},
|
|
|
{
|
|
|
title: '优先级(priority)',
|