jiangping
2024-03-04 c7a022c304c49fa91da1ebae458ccec3c484718a
company/src/views/enterprise/entrustedInvoicing.vue
@@ -25,7 +25,7 @@
                </el-table-column>
                <el-table-column prop="solutionsName" label="保险方案"></el-table-column>
                <el-table-column prop="code" label="保单号"></el-table-column>
                <el-table-column label="产生费用(元)">
                <el-table-column label="已产生费用(元)">
                    <template slot-scope="{row}">
                        <span>{{row.currentFee}}</span>
                    </template>