刘璐珈
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
style="margin-left:10px"
|
||||
@click="exportExcel()">导出项目采购明细</el-button>
|
||||
</el-card>
|
||||
<el-card style="width: 44%">
|
||||
<el-card style="width: 54%">
|
||||
<el-table v-loading="" :data="tableData2" :summary-method="getSummaries1" show-summary border style="width: 100%;max-height: 700px;" height="700px">
|
||||
<el-table-column label="零件名称" align="center" width="150">
|
||||
<template slot-scope="scope">
|
||||
@@ -48,12 +48,12 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="单价(元)" align="center" width="100">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.单价 }}
|
||||
{{ scope.row.单价.toFixed(2) }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="小计(元)" align="center" width="120" prop="金额">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.金额 }}
|
||||
{{ scope.row.金额.toFixed(2) }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
Reference in New Issue
Block a user