Commit ec78ded3 by chenshu

feat:初始化页面

parent ff6f70bb
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: 吴文洁 * @Author: 吴文洁
* @Date: 2020-05-19 11:01:31 * @Date: 2020-05-19 11:01:31
* @Last Modified by: chenshu * @Last Modified by: chenshu
* @Last Modified time: 2021-03-19 16:05:26 * @Last Modified time: 2021-03-19 16:25:31
* @Description 余额异常弹窗 * @Description 余额异常弹窗
*/ */
import React from 'react'; import React from 'react';
...@@ -116,8 +116,8 @@ class WatchDataModal extends React.Component { ...@@ -116,8 +116,8 @@ class WatchDataModal extends React.Component {
}, },
{ {
title: '学习进度', title: '学习进度',
key: 'watchProgress', key: 'progress',
dataIndex: 'watchProgress', dataIndex: 'progress',
render: (val) => { render: (val) => {
return <span>{val || 0}%</span> return <span>{val || 0}%</span>
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment