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