Explorar el Código

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

zhanghe hace 7 años
padre
commit
b315147c92
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 = [{