|
@@ -115,7 +115,7 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column prop="standard" label="收费标准" width="120">
|
|
|
|
|
|
|
+ <el-table-column prop="standard" label="收费标准(元)" width="120">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-form-item
|
|
<el-form-item
|
|
|
:prop="'billPushGoodsList.' + scope.$index + '.standard'"
|
|
:prop="'billPushGoodsList.' + scope.$index + '.standard'"
|
|
@@ -126,7 +126,7 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column prop="totalFee" label="合计金额" width="120">
|
|
|
|
|
|
|
+ <el-table-column prop="totalFee" label="合计金额(元)" width="120">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-form-item
|
|
<el-form-item
|
|
|
:prop="'billPushGoodsList.' + scope.$index + '.totalFee'"
|
|
:prop="'billPushGoodsList.' + scope.$index + '.totalFee'"
|