diff --git a/src/components/DetailComponent/SummaryDetail.vue b/src/components/DetailComponent/SummaryDetail.vue index a992ff0..d8f0325 100644 --- a/src/components/DetailComponent/SummaryDetail.vue +++ b/src/components/DetailComponent/SummaryDetail.vue @@ -83,37 +83,37 @@ - + {{ localFormData.inventionPatent }} - + {{ localFormData.newPatent }} - + {{ localFormData.softwareCopyright }} - + {{ localFormData.copyright }} - + {{ localFormData.other }} - + {{ toThousands(localFormData.economicEstimate) }} - + {{ toThousands(localFormData.specialFundAmount) }} diff --git a/src/views/project-demand/requirement/index.vue b/src/views/project-demand/requirement/index.vue index 3ffd676..648abf2 100644 --- a/src/views/project-demand/requirement/index.vue +++ b/src/views/project-demand/requirement/index.vue @@ -79,8 +79,8 @@ const tableConfig = reactive({ prop: 'companyName', label: '征集公司', align: 'center', - currentRender: ({row, index}) => ( -
{row.companyName}
) + // currentRender: ({row, index}) => ( + //
{row.companyName}
) }, { prop: 'approveName',