|
@@ -65,7 +65,7 @@
|
65
|
65
|
<el-form>
|
66
|
66
|
<el-table :data="tableData" border style="100%" :row-style="{ color: '#303133' }" :header-cell-style="{backgroundColor: 'rgb(245, 247, 250)',color: '#606266'}" highlight-current-row ref="tab">
|
67
|
67
|
<el-table-column align="center" prop="name" label="分类" width="120">
|
68
|
|
- <template slot-scope="scope">{{getId(scope.row.cost_classify)}}</template>
|
|
68
|
+ <template slot-scope="scope">{{getId(scope.row.statistical_classification)}}</template>
|
69
|
69
|
</el-table-column>
|
70
|
70
|
<el-table-column align="center" prop="name" label="组套明细" width="120">
|
71
|
71
|
<template slot-scope="scope">{{scope.row.project_name}}</template>
|
|
@@ -253,7 +253,6 @@ export default {
|
253
|
253
|
console.log("33333",this.tableData)
|
254
|
254
|
|
255
|
255
|
|
256
|
|
-
|
257
|
256
|
const params = {
|
258
|
257
|
id:this.form.project_detail,
|
259
|
258
|
number:parseInt(this.form.number)
|