Commit e03bae99 by 姜雷

修改提示文字

parent 0a55a6c5
......@@ -97,7 +97,7 @@ class PublicCarList extends Component {
MyBody = props => {
return (
<div className={styles.repairList}>
<div className={styles.listInfo}>显示最近半年的报修记录</div>
<div className={styles.listInfo}>显示最近半年的约车记录</div>
{props.children}
</div>
);
......
......@@ -218,7 +218,7 @@ class PublicCarDeal extends Component {
} = this.state;
return (
<div className={styles.repairList}>
<div className={styles.listInfo}>显示最近半年的报修记录</div>
<div className={styles.listInfo}>显示最近半年的约车记录</div>
{props.children}
<Modal
className={styles.dealDialog}
......
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