|
@@ -8,10 +8,10 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="name">
|
|
|
- <template slot-scope="scope"><span class="institution-style">{{scope.row.name}}</span></template>
|
|
|
+ <template slot-scope="scope"><span class="institution-style" style="font-size: 12px">{{scope.row.name}}</span></template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="number">
|
|
|
- <template slot-scope="scope"><span class="institution-style">{{scope.row.number}}</span></template>
|
|
|
+ <template slot-scope="scope"><span class="institution-style" style="font-size: 12px">总项目金额:{{scope.row.allProjectPrice}}</span></template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
</div>
|