|
@@ -88,34 +88,20 @@
|
|
|
<el-table-column
|
|
|
prop="signamount_due"
|
|
|
label="预计签约金额(万元)">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <div style="white-space: pre-wrap">{{scope.row.signamount_due}}</div>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="dealamount"
|
|
|
label="项目成交金额(万元)">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <div style="white-space: pre-wrap">{{scope.row.dealamount}}</div>
|
|
|
+ </template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
-<!-- <el-col :span="24" style="margin-top: 20px">
|
|
|
- <p class="title">{{projectTile}}</p>
|
|
|
- <tableTemp :layout="tablecols" :data="projectList" :opwidth="200" :custom="true" :height="tableHieght">
|
|
|
- <template v-slot:customcol="scope">
|
|
|
- <p>{{scope.column.data[scope.column.columnname]?scope.column.data[scope.column.columnname]:'--'}}</p>
|
|
|
- </template>
|
|
|
- </tableTemp>
|
|
|
- <div class="container normal-panel" style="text-align:right">
|
|
|
- <el-pagination
|
|
|
- background
|
|
|
- @size-change="handleSizeChange"
|
|
|
- @current-change="handleCurrentChange"
|
|
|
- :current-page="projectParam.content.pageNumber"
|
|
|
- :page-sizes="[10, 10, 50, 100]"
|
|
|
- :page-size="10"
|
|
|
- layout="total,sizes, prev, pager, next, jumper"
|
|
|
- :total="total">
|
|
|
- </el-pagination>
|
|
|
- </div>
|
|
|
- </el-col>-->
|
|
|
</el-row>
|
|
|
</div>
|
|
|
<div>
|