明树Git Lab

Commit a172f9f8 authored by zhanghan's avatar zhanghan

运营期投资回收

parent 0f4cf72a
Pipeline #107008 passed with stage
in 19 seconds
This diff is collapsed.
...@@ -66,40 +66,28 @@ const { proxy } = getCurrentInstance(); ...@@ -66,40 +66,28 @@ const { proxy } = getCurrentInstance();
let tableData = ref([]); let tableData = ref([]);
let tableColumns = ref([ let tableColumns = ref([
{ {
prop: "qc", prop: "projectName",
label: "项目称", label: "项目称",
showOverflowTooltip: true, showOverflowTooltip: true,
}, },
{ {
prop: "jc", prop: "xmgsmc",
label: "项目称", label: "项目公司名称",
showOverflowTooltip: true, showOverflowTooltip: true,
}, },
{ {
prop: "nbtzglzt", prop: "ssejqy",
label: "内部投资管理主体", label: "所属二级企业",
showOverflowTooltip: true, showOverflowTooltip: true,
width: 170, width: 170,
}, },
{ {
prop: "xmscjd", prop: "xmgsmc",
label: "项目所处阶段", label: "项目公司名称",
showOverflowTooltip: true, showOverflowTooltip: true,
width: 120, width: 120,
}, },
{
prop: "gqjg",
label: "股权结构",
showOverflowTooltip: true,
width: 120,
},
{
prop: "xmzbjze",
label: "项目资本金总额(亿元)",
showOverflowTooltip: true,
width: 180,
},
{ {
prop: "operations", prop: "operations",
......
...@@ -790,6 +790,12 @@ ...@@ -790,6 +790,12 @@
name="项目年度计划表格(单位:万元)" name="项目年度计划表格(单位:万元)"
> >
<div class="annualPlans"> <div class="annualPlans">
{{ formData.xmndjh }}formData.xmndjh
{{ formData.xmndjh }}formData.xmndjh
{{
formData.annualDynamicTimeList
}}formData.annualDynamicTimeList
<annualPlan <annualPlan
v-model="formData.xmndjh" v-model="formData.xmndjh"
:dynamic-time-list="annualDynamicTimeList" :dynamic-time-list="annualDynamicTimeList"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment