|
@@ -248,12 +248,12 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<template #action="{ row }">
|
|
<template #action="{ row }">
|
|
- <el-button v-if="row.isEdit" size="small" type="success" @click="updateMainPlanClick(row)">
|
|
|
|
|
|
+ <!--el-button v-if="row.isEdit" size="small" type="success" @click="updateMainPlanClick(row)">
|
|
保存
|
|
保存
|
|
- </el-button>
|
|
|
|
- <el-button v-else size="small" type="primary" :disabled="row?.isShowEdit === 0 || row.parentId !== 0" @click="row.isEdit = true">
|
|
|
|
|
|
+ </el-button-->
|
|
|
|
+ <!--el-button v-else size="small" type="primary" :disabled="row?.isShowEdit === 0 || row.parentId !== 0" @click="row.isEdit = true">
|
|
编辑
|
|
编辑
|
|
- </el-button>
|
|
|
|
|
|
+ </el-button-->
|
|
<el-button size="small" type="warning" :disabled="row.parentId !== 0" @click="relatedModalShow(row)">
|
|
<el-button size="small" type="warning" :disabled="row.parentId !== 0" @click="relatedModalShow(row)">
|
|
关联回款
|
|
关联回款
|
|
</el-button>
|
|
</el-button>
|
|
@@ -265,12 +265,12 @@
|
|
<template #action>
|
|
<template #action>
|
|
<el-button size="large" type="info" hc-btn @click="goBackClick">
|
|
<el-button size="large" type="info" hc-btn @click="goBackClick">
|
|
<HcIcon name="arrow-go-back" />
|
|
<HcIcon name="arrow-go-back" />
|
|
- <span>取消并返回</span>
|
|
|
|
|
|
+ <span>返回</span>
|
|
</el-button>
|
|
</el-button>
|
|
- <el-button size="large" type="primary" hc-btn :loading="saveLoaing" @click="saveClick">
|
|
|
|
|
|
+ <!--el-button size="large" type="primary" hc-btn :loading="saveLoaing" @click="saveClick">
|
|
<HcIcon name="check-double" />
|
|
<HcIcon name="check-double" />
|
|
<span>提交保存</span>
|
|
<span>提交保存</span>
|
|
- </el-button>
|
|
|
|
|
|
+ </el-button-->
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<!-- 分解子计划 -->
|
|
<!-- 分解子计划 -->
|
|
@@ -488,7 +488,7 @@ const tableColumn = [
|
|
{ key: 'budgetCountMoney', name: '总预算金额', width: '160', align: 'center' },
|
|
{ key: 'budgetCountMoney', name: '总预算金额', width: '160', align: 'center' },
|
|
{ key: 'budgetRemark', name: '测算备注', width: '160', align: 'center' },
|
|
{ key: 'budgetRemark', name: '测算备注', width: '160', align: 'center' },
|
|
{ key: 'returnedValue', name: '关联回款里程碑', minWidth: '200', isTooltip: true },
|
|
{ key: 'returnedValue', name: '关联回款里程碑', minWidth: '200', isTooltip: true },
|
|
- { key: 'action', name: '操作', width: '280', align: 'center', fixed: 'right' },
|
|
|
|
|
|
+ { key: 'action', name: '操作', width: '200', align: 'center', fixed: 'right' },
|
|
]
|
|
]
|
|
const tableData = ref([])
|
|
const tableData = ref([])
|
|
const tableLoading = ref(false)
|
|
const tableLoading = ref(false)
|