|
@@ -166,9 +166,9 @@
|
|
|
<div>¥{{ $numberFormat(scope.row.pkgSalePrice) }}/包</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="预付售票价" prop="prePrice" min-width="100" sortable="custom">
|
|
|
+ <el-table-column label="预付售票价" prop="pkgPrePrice" min-width="100" sortable="custom">
|
|
|
<template slot-scope="scope">
|
|
|
- <div>¥{{ $numberFormat(scope.row.prePrice) }}/包</div>
|
|
|
+ <div>¥{{ $numberFormat(scope.row.pkgPrePrice) }}/包</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="已采购数量" prop="salePkgQty" min-width="110" sortable="custom">
|