Commit 88d8e4d4 by xiehao

add:新增项目金额和项目启动时间

1 parent bcc32a19
Showing with 2 additions and 5 deletions
......@@ -173,11 +173,10 @@
</template>
</el-table-column>
<el-table-column prop="buildOrg" label="承建单位" align="center">
<template slot-scope="scope">
<template v-slot="scope">
<span>{{ scope.row.buildOrg | orgNameFilter(that) }}</span>
</template>
</el-table-column>
<!-- <el-table-column prop="projectManager" label="项目经理" align="center"/>-->
<el-table-column prop="projAmount" label="项目金额" align="right">
<template slot-scope="scope">
<span style="font-weight: bold">{{ scope.row.projAmount | formatMoney }}</span>
......@@ -872,8 +871,7 @@ export default {
}
},
async mounted() {
this.chengJianDeptSelect = await this.getChengJianDeptSelect();
console.log(1, this.chengJianDeptSelect)
this.chengJianDeptSelect = await this.getChengJianDeptSelect();
window.addEventListener('resize', () => {
this.set_table_height()
})
......@@ -1434,7 +1432,6 @@ export default {
getDianXingAnLiSelectData(params).then((res) => {
if (res.code == 200) {
resolve(res.data)
// this.chengJianDeptSelect = res.data
}
})
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!