Browse Source

修改课程详情课的名称字段

zhanghe 7 years ago
parent
commit
b315147c92
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/routes/MProduct/View/index.js

+ 2 - 2
src/routes/MProduct/View/index.js

@@ -23,8 +23,8 @@ export default class MerchantProductEdit extends PureComponent {
       width: '40%',
     },{
       title: '课名称',
-      dataIndex: 'name',
-      key: 'name',
+      dataIndex: 'title',
+      key: 'title',
       width: '60%',
     }];
     const supportTableColumns = [{