Commit 41cfb7f0 by xiehao

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

1 parent b829d916
Showing with 1 additions and 1 deletions
......@@ -175,7 +175,7 @@
<el-table-column prop="buildOrg" label="承建单位" align="center">
</el-table-column>
<el-table-column prop="projectManager" label="项目经理" align="center"/>
<!-- <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>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!