diff --git a/src/components/TableModel2/index.vue b/src/components/TableModel2/index.vue index f78dbcb..5fb74e5 100644 --- a/src/components/TableModel2/index.vue +++ b/src/components/TableModel2/index.vue @@ -207,6 +207,10 @@ export default { type: Number, default: 200 }, + showSearch: { + type: Boolean, + default: true + }, }, computed: { /* 根据操作栏控制表头是否显示 */ @@ -268,7 +272,7 @@ export default { // 列表数据条数 total: 0, // 搜索区域是否隐藏 - showSearch: true, + // 是否显示复选框 selectionShow: true, // 是否显示序号 diff --git a/src/views/analysis/components/AnalysisDetail.vue b/src/views/analysis/components/AnalysisDetail.vue index e198444..369f861 100644 --- a/src/views/analysis/components/AnalysisDetail.vue +++ b/src/views/analysis/components/AnalysisDetail.vue @@ -1,14 +1,294 @@ - \ No newline at end of file diff --git a/src/views/analysis/components/BidForm.vue b/src/views/analysis/components/BidForm.vue new file mode 100644 index 0000000..03d3582 --- /dev/null +++ b/src/views/analysis/components/BidForm.vue @@ -0,0 +1,239 @@ + + + diff --git a/src/views/analysis/config.js b/src/views/analysis/config.js index 3ff18d5..a8b44ab 100644 --- a/src/views/analysis/config.js +++ b/src/views/analysis/config.js @@ -35,4 +35,16 @@ export const columnsList = [ { t_props: 'mainFunction', t_label: '开标方式' }, { t_props: 'mainFunction', t_label: '解析状态' }, { t_props: 'mainFunction', t_label: '创建时间' }, +] + +export const detailColumnsList = [ + { t_props: 'toolName', t_label: '标的名称' }, + { t_props: 'model', t_label: '单位' }, + { t_props: 'unit', t_label: '标段标号' }, + { t_props: 'technicalParameters', t_label: '标段名称' }, + { t_props: 'mainFunction', t_label: '最高投标限价(万元)' }, + { t_props: 'mainFunction', t_label: '安全文明施工费(万元)' }, + { t_props: 'mainFunction', t_label: '投标保证金(万元)' }, + { t_props: 'mainFunction', t_label: '工期' }, + { t_props: 'mainFunction', t_label: '招标阶段' }, ] \ No newline at end of file diff --git a/src/views/analysis/index.vue b/src/views/analysis/index.vue index 63189cb..48dadb5 100644 --- a/src/views/analysis/index.vue +++ b/src/views/analysis/index.vue @@ -150,7 +150,7 @@ export default { .analysis-container { height: calc(100vh - 84px); overflow: hidden; - background: linear-gradient(180deg, #F1F6FF 20%, #E5EFFF 100%); + // background: linear-gradient(180deg, #F1F6FF 20%, #E5EFFF 100%); } ::v-deep .table-card { diff --git a/src/views/enterpriseLibrary/enterprise/components/EnterpriseDetail.vue b/src/views/enterpriseLibrary/enterprise/components/EnterpriseDetail.vue index 7d039a4..b402987 100644 --- a/src/views/enterpriseLibrary/enterprise/components/EnterpriseDetail.vue +++ b/src/views/enterpriseLibrary/enterprise/components/EnterpriseDetail.vue @@ -76,7 +76,7 @@ export default {