@@ -52,10 +52,13 @@
</template>
</el-table-column>
<el-table-column
- prop="goods_study_phase_name"
+ prop="goods_study_phase"
label="学段"
sortable="custom"
width="200">
+ <template slot-scope="scope">
+ {{scope.row.goods_study_phase_name}}
+ </template>
</el-table>
<el-pagination
@@ -89,10 +89,13 @@
width="120">
fixed="right"