diff --git a/src/views/contract/components/splitContract.vue b/src/views/contract/components/splitContract.vue index 1437e18..ba4dbc3 100644 --- a/src/views/contract/components/splitContract.vue +++ b/src/views/contract/components/splitContract.vue @@ -1,21 +1,45 @@ - - + + 源项目:{{ row.name }} - 新增标段 + + {{ isEditingSectionNo ? '取消编辑' : '编辑标段' }} + 新增标段 + - 已拆分标段(不可修改) - - 已拆分 {{ index + 1 }} - - + 已拆分标段 + + + 标段{{ displaySectionNo(item) }} + + + {{ displaySectionNo(item) }} + + {{ item.section_name }} @@ -27,11 +51,13 @@ {{ formatMoney(link.use_money) }} - - + + - 新增标段 + + {{ isContinueMode && existingSections.length ? '新增标段' : '标段信息' }} + - 标段 {{ existingSections.length + index + 1 }} + 标段{{ item.section_no || '新' }} 删除 + + + - + + +