natasha před 1 rokem
rodič
revize
6261227f94

+ 4 - 1
src/views/cdkey_manage/CheckGoods.vue

@@ -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-column>
                     </el-table>
                     <el-pagination

+ 4 - 1
src/views/cdkey_manage/CreateCdkey.vue

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