@@ -111,7 +111,7 @@
label="乐器准备方式"
>
<template slot-scope="scope">
- {{ scope.row.kitPurchaseMethod == 1 ? '参与团购' : '自行准备' }}
+ {{ scope.row.kitPurchaseMethod | instrumentType }}
</template>
</el-table-column>
<el-table-column